Skip to content

Commit

Permalink
Minor phpdoc and code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Dec 28, 2020
1 parent e8352e8 commit 6419352
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 183 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -6,8 +6,6 @@
<br>
</p>

The package provides `Html` helper that has static methods to generate HTML.

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

The package provides `Html` helper that has static methods to generate HTML.

## Requirements

- PHP 7.4 or higher.
Expand Down Expand Up @@ -68,7 +68,7 @@ use Yiisoft\Html\Html;

## Html helper usage

Html helper methods are static so usage is like the following:
`Html` helper methods are static so usage is like the following:

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

0 comments on commit 6419352

Please sign in to comment.