We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codestyle should detect when wrong casing (which differs from parent class/interface) is used. https://github.com/lmc-eu/matej-client-php/pull/72/files/81f858f6395a328912b2d46e9adfb0c02641ef10#diff-ad0bc5361b920e3a3e22dce7973789a4R18
class MyTest extends PHPUnit\Framework\TestCase protected function setup(): void { // should be setUp ... } }
I've seen some check for this, not sure where it was 🙈 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Codestyle should detect when wrong casing (which differs from parent class/interface) is used.
https://github.com/lmc-eu/matej-client-php/pull/72/files/81f858f6395a328912b2d46e9adfb0c02641ef10#diff-ad0bc5361b920e3a3e22dce7973789a4R18
I've seen some check for this, not sure where it was 🙈 .
The text was updated successfully, but these errors were encountered: