Refactor basic datalayer for simplicity and maintainability #298
php-lint.yml
on: pull_request
PHPStan
32s
PHPCS check
11s
Annotations
9 errors and 2 warnings
PHPCS check
Process completed with exit code 2.
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L45
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L45
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L46
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L46
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L99
Expected 2 spaces after parameter type; 1 found
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L111
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L111
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check
Process completed with exit code 1.
|
PHPCS check:
src/Frontend/BasicDatalayerData.php#L44
Equals sign not aligned with surrounding assignments; expected 17 spaces but found 1 space
|
PHPStan
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|