We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866527d commit 269a40eCopy full SHA for 269a40e
README.md
@@ -41,7 +41,7 @@ if($integer > 10) {
41
}
42
```
43
44
-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?
45
</details>
46
47
**Framework specific rules**
0 commit comments