chore(fixer): better documentation, refactor tests #190
Annotations
10 errors
src/Fixers/ClientUpgradeFixer/examples/class_vars.legacy.php#L16
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/class_vars.new.php#L18
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/inline_html.legacy.php#L18
Parameter $message of function print_message() has invalid type Message.
|
src/Fixers/ClientUpgradeFixer/examples/inline_html.new.php#L20
Parameter $message of function print_message() has invalid type Message.
|
src/Fixers/ClientUpgradeFixer/examples/var_typehint.legacy.php#L48
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/var_typehint.new.php#L53
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L20
Class Google\Cloud\Samples\Dlp\MyClass extends unknown class Google\Cloud\Samples\Dlp\SomethingWhichDefinedAClient.
|
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L27
Access to an undefined property Google\Cloud\Samples\Dlp\MyClass::$dlpFromConfig.
|
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L28
Access to an undefined static property Google\Cloud\Samples\Dlp\MyClass::$dlpFromConfig.
|
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L41
Access to an undefined property Google\Cloud\Samples\Dlp\MyClass::$secretManagerClientFromConfig.
|
This job failed
Loading