Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament committed Apr 22, 2022
1 parent 192e615 commit b4865a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Use one of these:

### PHPStan

To use PHPStan to enforce package level visibility add [this extension](https://github.com/DaveLiddament/phpstan-php-language-extension).
To use PHPStan to enforce package level visibility add [this extension](https://github.com/DaveLiddament/phpstan-php-language-extensions).

```shell
composer require --dev dave-liddament/phpstan-php-language-extensions
Expand Down Expand Up @@ -206,7 +206,7 @@ $person = new Person();

## Sealed

** This attribute is a work in progress **
**This attribute is a work in progress**

This replicates the rejected [sealed classes RFC](https://wiki.php.net/rfc/sealed_classes)

Expand Down

0 comments on commit b4865a2

Please sign in to comment.