chore: better cs fixer rules (#149) #185
Annotations
10 errors
src/Fixers/ClientUpgradeFixer/examples/legacy_class_vars.php#L16
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/legacy_inline_html.php#L18
Parameter $message of function print_message() has invalid type Message.
|
src/Fixers/ClientUpgradeFixer/examples/legacy_var_typehint.php#L48
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/legacy_vars_defined_elsewhere.php#L20
Class Google\Cloud\Samples\Dlp\MyClass extends unknown class Google\Cloud\Samples\Dlp\SomethingWhichDefinedAClient.
|
src/Fixers/ClientUpgradeFixer/examples/legacy_vars_defined_elsewhere.php#L24
Access to an undefined property Google\Cloud\Samples\Dlp\MyClass::$dlpClient.
|
src/Fixers/ClientUpgradeFixer/examples/legacy_vars_defined_elsewhere.php#L29
Access to an undefined static property Google\Cloud\Samples\Dlp\MyClass::$dlpClient.
|
src/Fixers/ClientUpgradeFixer/examples/new_class_vars.php#L18
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/new_inline_html.php#L20
Parameter $message of function print_message() has invalid type Message.
|
src/Fixers/ClientUpgradeFixer/examples/new_var_typehint.php#L53
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/new_vars_defined_elsewhere.php#L25
Class Google\Cloud\Samples\Dlp\MyClass extends unknown class Google\Cloud\Samples\Dlp\SomethingWhichDefinedAClient.
|
This job failed
Loading