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 trying to use the coding standard, I am getting this error that halts the linting.
1 | ERROR | An error occurred during processing; checking has been aborted. The error message was: Undefined index: return_type_token in
| | /home/rjones/.config/composer/vendor/escapestudios/symfony2-coding-standard/Symfony/Sniffs/Functions/ReturnTypeSniff.php on line 62
| | (Internal.Exception)
Excluding the rule allows the linting to continue. It is probably related to the fact that the code I am trying to lint is a 20 year old legacy application that was not coded to any standards. Specifically, most functions do not actually have a return type declared.
The text was updated successfully, but these errors were encountered:
When trying to use the coding standard, I am getting this error that halts the linting.
Excluding the rule allows the linting to continue. It is probably related to the fact that the code I am trying to lint is a 20 year old legacy application that was not coded to any standards. Specifically, most functions do not actually have a return type declared.
The text was updated successfully, but these errors were encountered: