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 e3fcc10 commit 039cfbcCopy full SHA for 039cfbc
README.md
@@ -22,7 +22,8 @@
22
* Require parameter and return typehints for functions and methods (either native or phpDocs)
23
* Correct case for referenced and called function names.
24
* Correct case for inherited and implemented method names.
25
-* Contravariance for parameter types and covariance for return types in inherited methods
+* Contravariance for parameter types and covariance for return types in inherited methods (also known as Liskov substitution principle - LSP)
26
+* Check LSP even for static methods
27
28
Additional rules are coming in subsequent releases!
29
0 commit comments