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
- if [[ "$PHP" != "7.2" ]]; then composer remove --dev "friendsofphp/php-cs-fixer" "vierwd/coding-standard" "dealerdirect/phpcodesniffer-composer-installer"; fi
- if [[ "$PHP" == "7.2" ]]; then .Build/bin/phpcs --runtime-set ignore_warnings_on_exit 1 --standard=.Build/vendor/vierwd/coding-standard/ForwardMedia Classes; fi