Skip to content

Commit 269a40e

Browse files
Update README.md
1 parent 866527d commit 269a40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if($integer > 10) {
4141
}
4242
```
4343

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

4747
**Framework specific rules**

0 commit comments

Comments
 (0)