GKarman/hw16 patterns #2395
Annotations
10 errors and 2 warnings
phpcs:
hw16/code/app/Domains/Order/Application/CockProductProcessUseCase.php#L14
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
|
phpcs:
hw16/code/app/Domains/Order/Application/CreateOrderUseCase.php#L15
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
|
phpcs:
hw16/code/app/Domains/Order/Application/Requests/AddProductToOrderRequest.php#L11
Blank lines are not allowed in a multi-line function declaration
|
phpcs:
hw16/code/app/Domains/Order/Application/Response/CreateOrderResponse.php#L10
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
|
phpcs:
hw16/code/app/Domains/Order/Application/Response/CreateProductResponse.php#L10
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
|
phpcs:
hw16/code/app/Domains/Order/Domain/Entity/Order/OrderFromPhoneCall.php#L13
Expected 1 space between type hint and argument "$shopId"; 2 found
|
phpcs:
hw16/code/app/Domains/Order/Domain/Entity/Order/OrderFromPhoneCall.php#L16
Expected 1 space between type hint and argument "$employeeID"; 2 found
|
phpcs:
hw16/code/app/Domains/Order/Domain/Entity/Order/OrderFromPhoneCall.php#L18
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
|
phpcs:
hw16/code/app/Domains/Order/Domain/Entity/Order/OrderFromShop.php#L11
Expected 1 space between type hint and argument "$shopId"; 2 found
|
phpcs:
hw16/code/app/Domains/Order/Domain/Entity/Order/OrderFromShop.php#L14
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
|
phpcs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|