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.
PHP4 style constructors are no longer possible on PHP 8+
This sniff therefore yields false negative for a class such as:
class Something { public function something(): void { } }
PHP_CodeSniffer/src/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php
Lines 82 to 90 in a26c071