Skip to content

Commit 6419352

Browse files
committed
Minor phpdoc and code fixes
1 parent e8352e8 commit 6419352

2 files changed

Lines changed: 189 additions & 183 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<br>
77
</p>
88

9-
The package provides `Html` helper that has static methods to generate HTML.
10-
119
[![Latest Stable Version](https://poser.pugx.org/yiisoft/html/v/stable.png)](https://packagist.org/packages/yiisoft/html)
1210
[![Total Downloads](https://poser.pugx.org/yiisoft/html/downloads.png)](https://packagist.org/packages/yiisoft/html)
1311
[![Build Status](https://github.com/yiisoft/html/workflows/build/badge.svg)](https://github.com/yiisoft/html/actions)
@@ -17,6 +15,8 @@ The package provides `Html` helper that has static methods to generate HTML.
1715
[![static analysis](https://github.com/yiisoft/html/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/html/actions?query=workflow%3A%22static+analysis%22)
1816
[![type-coverage](https://shepherd.dev/github/yiisoft/html/coverage.svg)](https://shepherd.dev/github/yiisoft/html)
1917

18+
The package provides `Html` helper that has static methods to generate HTML.
19+
2020
## Requirements
2121

2222
- PHP 7.4 or higher.
@@ -68,7 +68,7 @@ use Yiisoft\Html\Html;
6868

6969
## Html helper usage
7070

71-
Html helper methods are static so usage is like the following:
71+
`Html` helper methods are static so usage is like the following:
7272

7373
```php
7474
echo \Yiisoft\Html\Html::a('Yii Framework', 'https://www.yiiframework.com/') ?>

0 commit comments

Comments
 (0)