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

@ -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.