Skip to content

Commit 7f50eb1

Browse files
authored
Update README.md
1 parent b49efed commit 7f50eb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* Correct case for inherited and implemented method names.
2828
* Contravariance for parameter types and covariance for return types in inherited methods (also known as Liskov substitution principle - LSP)
2929
* Check LSP even for static methods
30-
* Check missing typehint in anonymous function when a native one could be added
3130
* Require calling parent constructor
3231
* Disallow usage of backtick operator (`` $ls = `ls -la` ``)
3332
* Closure should use `$this` directly instead of using `$this` variable indirectly

0 commit comments

Comments
 (0)