Performance improvements #285
php-lint.yml
on: pull_request
PHPStan
36s
PHPCS check
17s
Annotations
13 errors and 2 warnings
PHPCS check
Process completed with exit code 2.
|
PHPCS check:
src/Integration/WooCommerce.php#L660
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
src/Integration/WooCommerce.php#L660
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L125
No space after opening parenthesis is prohibited
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L125
Expected 1 spaces after opening parenthesis; 0 found
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L125
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L125
Expected 1 spaces before closing parenthesis; 0 found
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L125
No space before closing parenthesis is prohibited
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L126
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L131
No space after opening parenthesis is prohibited
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L131
No space before closing parenthesis is prohibited
|
PHPStan:
inc/frontend-functions.php#L20
Static call to instance method TLA_Media\GTM_Kit\Frontend\Frontend::get_body_script().
|
PHPStan
Process completed with exit code 1.
|
PHPCS check:
src/Integration/AbstractEcommerce.php#L130
Equals sign not aligned with surrounding assignments; expected 11 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/
|