fix: missing args for several endpoints in the Stores API endpoints #3585
phpcs.yml
on: pull_request
Run PHPCS inspection
12s
Annotations
10 errors and 2 warnings
Run PHPCS inspection:
includes/REST/StoreController.php#L76
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L87
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L88
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L93
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L94
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L95
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L113
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L156
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L169
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection:
includes/REST/StoreController.php#L170
There should be a comma after the last array item in a multi-line array.
|
Run PHPCS inspection
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run PHPCS inspection:
includes/REST/StoreController.php#L612
It is recommended not to use reserved keyword "object" as function parameter name. Found: $object
|