forked from mirror/_s
Switch tabs to spaces and fix a minor docs issue
This commit is contained in:
parent
d3e4339c50
commit
b132e87dc0
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"rules": {
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"no-descending-specificity": null,
|
||||
"block-no-empty": null
|
||||
"no-descending-specificity": null,
|
||||
"block-no-empty": null
|
||||
}
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ script:
|
|||
- composer validate --no-check-all --strict
|
||||
|
||||
# Search for PHP syntax errors using PHP Parallel Lint.
|
||||
# https://github.com/php-parallel-lint/PHP-Parallel-Lint
|
||||
# @link https://github.com/php-parallel-lint/PHP-Parallel-Lint
|
||||
- composer lint:php
|
||||
|
||||
# Check the PHP files with the coding standards documented in the phpcs.xml.dist file.
|
||||
|
|
Reference in New Issue