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
{{ message }}
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
> vendor/bin/ecs check examples
[ERROR] syntax error, unexpected ''' (T_ENCAPSED_AND_WHITESPACE)
Script vendor/bin/ecs check examples handling the cs event returned with error code
It is not caused by tested files - I checked them and tried it even with empty directory.
It seems to be caused by PhpCsFixer\Fixer\Strict\DeclareStrictTypesFixer, for it works after I exclude it. Could be the error messages made more informational if it is matter of ecs and not any library used by it?