Enhance/product category rest api #3653
phpcs.yml
on: pull_request
Run PHPCS inspection
13s
Annotations
5 warnings
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/Manager.php#L77
The method parameter $object is never used
|
Run PHPCS inspection:
includes/REST/Manager.php#L77
The method parameter $request is never used
|
Run PHPCS inspection:
includes/REST/Manager.php#L77
It is recommended not to use reserved keyword "object" as function parameter name. Found: $object
|
Run PHPCS inspection:
includes/REST/Manager.php#L139
It is recommended not to use reserved keyword "object" as function parameter name. Found: $object
|