Skip to content

feat(ci): add add_rules for cs fixer #188

feat(ci): add add_rules for cs fixer

feat(ci): add add_rules for cs fixer #188

Triggered via pull request September 4, 2024 17:56
Status Failure
Total duration 56s
Artifacts

tests.yml

on: pull_request
code-standards  /  PHP Code Standards
27s
code-standards / PHP Code Standards
static-analysis  /  PHPStan Static Analysis
19s
static-analysis / PHPStan Static Analysis
build_docs  /  Generate and Deploy Documentation
22s
build_docs / Generate and Deploy Documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 errors
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/legacy_class_vars.php#L16
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/legacy_inline_html.php#L18
Parameter $message of function print_message() has invalid type Message.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/legacy_var_typehint.php#L48
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/legacy_vars_defined_elsewhere.php#L20
Class Google\Cloud\Samples\Dlp\MyClass extends unknown class Google\Cloud\Samples\Dlp\SomethingWhichDefinedAClient.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/legacy_vars_defined_elsewhere.php#L24
Access to an undefined property Google\Cloud\Samples\Dlp\MyClass::$dlpClient.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/legacy_vars_defined_elsewhere.php#L29
Access to an undefined static property Google\Cloud\Samples\Dlp\MyClass::$dlpClient.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/new_class_vars.php#L18
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/new_inline_html.php#L20
Parameter $message of function print_message() has invalid type Message.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/new_var_typehint.php#L53
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
static-analysis / PHPStan Static Analysis: src/Fixers/ClientUpgradeFixer/examples/new_vars_defined_elsewhere.php#L25
Class Google\Cloud\Samples\Dlp\MyClass extends unknown class Google\Cloud\Samples\Dlp\SomethingWhichDefinedAClient.
code-standards / PHP Code Standards
Process completed with exit code 8.