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
Fatal error: Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in /Users/mdorison/Developer/Chromatic/usher/src/Robo/Plugin/Commands/CICommands.php:73
Description
PHPCS fails when phpcs_ignore_paths is not set.
Fatal error: Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in /Users/mdorison/Developer/Chromatic/usher/src/Robo/Plugin/Commands/CICommands.php:73
Issue Owner
@markdorison
To Reproduce
Steps
phpcs_ignore_paths
key and values fromrobo.yml
composer test
Environment
Expected Behavior
PHPCS should run without any ignore paths configured.
The text was updated successfully, but these errors were encountered: