Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha-egerer committed Jun 10, 2023
1 parent 866527d commit 269a40e
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 @@ -41,7 +41,7 @@ if($integer > 10) {
}
```

PHPStan wil tell you that the if condition is superfluous, because the variable $integer will never be higher than 10. Right?
PHPStan will tell you that the if condition is superfluous, because the variable $integer will never be higher than 10. Right?
</details>

**Framework specific rules**
Expand Down

0 comments on commit 269a40e

Please sign in to comment.