We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49efed commit 7f50eb1Copy full SHA for 7f50eb1
README.md
@@ -27,7 +27,6 @@
27
* Correct case for inherited and implemented method names.
28
* Contravariance for parameter types and covariance for return types in inherited methods (also known as Liskov substitution principle - LSP)
29
* Check LSP even for static methods
30
-* Check missing typehint in anonymous function when a native one could be added
31
* Require calling parent constructor
32
* Disallow usage of backtick operator (`` $ls = `ls -la` ``)
33
* Closure should use `$this` directly instead of using `$this` variable indirectly
0 commit comments