chore: fixing CS errors #39
php-static-analysis.yml
on: push
coding-standards-analysis-php
/
coding-standards-php
17s
Matrix: lint-php / lint-php
Matrix: static-code-analysis-php
Annotations
14 warnings
lint-php / lint-php (8.0)
The PHP_MATRIX input is deprecated and will be removed in the future. Please create a matrix in your caller workflow and pass it to the PHP_VERSION input.
|
lint-php / lint-php (8.1)
The PHP_MATRIX input is deprecated and will be removed in the future. Please create a matrix in your caller workflow and pass it to the PHP_VERSION input.
|
lint-php / lint-php (7.4)
The PHP_MATRIX input is deprecated and will be removed in the future. Please create a matrix in your caller workflow and pass it to the PHP_VERSION input.
|
lint-php / lint-php (8.2)
The PHP_MATRIX input is deprecated and will be removed in the future. Please create a matrix in your caller workflow and pass it to the PHP_VERSION input.
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L68
Argument type is missing
|
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L86
Line 86 exceeds 100 characters; contains 105 characters.
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L96
Line 96 exceeds 100 characters; contains 105 characters.
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L124
Line 124 exceeds 100 characters; contains 180 characters.
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L124
Silencing errors is strongly discouraged. Use proper error checking instead. Found: @trigger_error(sprintf('Since psr/log-util 1.1: Method "%s" is deprecated and should not be called. Use method "%s" instead.'...
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L126
Line 126 exceeds 100 characters; contains 121 characters.
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L127
Line 127 exceeds 100 characters; contains 102 characters.
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L131
call_user_func and call_user_func_array are not allowed
|
coding-standards-analysis-php / coding-standards-php:
tests/src/TestLogger/TestLoggerV2V3.php#L134
Line 134 exceeds 100 characters; contains 115 characters.
|