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 ```php 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 :see_no_evil: .
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 🙈 .