You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the php code standards, the sniffer is giving an error. If I add doc blocks to my interface the error is gone.
FILE: /Api/Actions/Orders/CreateOrderActionInterface.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------
1 | ERROR | An error occurred during processing; checking has been aborted. The error message was: Undefined array key
| | -1 in /vendor/squizlabs/php_codesniffer/src/Files/File.php on line
| | 2183
I think a better error message would help more people to fix these issues faster.
Kind regards,
Rakibabu
The text was updated successfully, but these errors were encountered:
Magento version: 2.4.5-p1
Hyva version: 1.2.0-beta2
Hyva coding standard version: 1.0.1
When running the php code standards, the sniffer is giving an error. If I add doc blocks to my interface the error is gone.
I think a better error message would help more people to fix these issues faster.
Kind regards,
Rakibabu
The text was updated successfully, but these errors were encountered: