We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af9f78 commit 08fab17Copy full SHA for 08fab17
1 file changed
src/Rules/Methods/MethodPrototypeFinder.php
@@ -29,6 +29,7 @@ public function __construct(
29
* Returns two prototypes with different purposes:
30
* - Signature prototype: Used for validating method signature (parameters, return type, ...).
31
* - Inheritance prototype: Used for validating inheritance rules (final keyword, override attribute, ...).
32
+ * Also, return a bool to precise if the visibility of the prototype needs to be respected.
33
*
34
* @return array{ExtendedMethodReflection, ClassReflection, bool, ExtendedMethodReflection, ClassReflection}|null
35
*/
0 commit comments