Switch tabs to spaces and fix a minor docs issue

This commit is contained in:
Ismail El Korchi 2020-04-05 23:23:06 +01:00
parent d3e4339c50
commit b132e87dc0
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
], ],
"rules": { "rules": {
"font-family-no-missing-generic-family-keyword": null, "font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null, "no-descending-specificity": null,
"block-no-empty": null "block-no-empty": null
} }
} }

View File

@ -52,7 +52,7 @@ script:
- composer validate --no-check-all --strict - composer validate --no-check-all --strict
# Search for PHP syntax errors using PHP Parallel Lint. # 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 - composer lint:php
# Check the PHP files with the coding standards documented in the phpcs.xml.dist file. # Check the PHP files with the coding standards documented in the phpcs.xml.dist file.