From b2c4ffe818c3fa329ba4df27e490c7812a8fddce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCcher?= Date: Mon, 24 Jun 2024 17:50:54 +0200 Subject: [PATCH] fix: typo in README (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59bcc0171..55985b8f2 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This will keep mocked classes non-final, so PHPUnit can extend them internally. ### 5. Privatize local class constants -PHPStan can report unused private clsas constants, but it skips all the public ones. +PHPStan can report unused private class constants, but it skips all the public ones. Do you have lots of class constants, all of them public but want to narrow scope to privates? ```bash