Skip to content

Commit

Permalink
fix: typo in README (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
stchr committed Jun 24, 2024
1 parent cd2fea5 commit b2c4ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2c4ffe

Please sign in to comment.