Revert several commits that didn't solve the Scrutinizer issues
This commit is contained in:
parent
613e4e9d57
commit
795c030bdb
1 changed files with 3 additions and 6 deletions
|
@ -17,7 +17,7 @@ coding_style:
|
|||
build:
|
||||
environment:
|
||||
php:
|
||||
version: '7.4'
|
||||
version: '7.2'
|
||||
tests:
|
||||
override:
|
||||
-
|
||||
|
@ -28,12 +28,9 @@ build:
|
|||
nodes:
|
||||
tests: true
|
||||
analysis:
|
||||
dependencies:
|
||||
after:
|
||||
- composer require --dev "squizlabs/php_codesniffer=^3"
|
||||
tests:
|
||||
override:
|
||||
-
|
||||
command: vendor/bin/phpcs
|
||||
use_website_config: false
|
||||
command: phpcs-run
|
||||
use_website_config: true
|
||||
- php-scrutinizer-run
|
||||
|
|
Loading…
Reference in a new issue