From b4865a2099b37c407862c5c9a87803b7dcc5d12f Mon Sep 17 00:00:00 2001 From: Dave Liddament Date: Fri, 22 Apr 2022 14:13:07 +0100 Subject: [PATCH] FIX typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c572c5..8f3d907 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)