diff --git a/composer.json b/composer.json index fb12842..6dfb96a 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ } ], "scripts": { - "lint": "phpcs --warning-severity=0 .", - "lint-all": "phpcs .", - "fix": "phpcbf ." + "lint": "phpcs --warning-severity=0", + "lint-all": "phpcs", + "fix": "phpcbf" }, "require": { "ext-simplexml": "*", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 0e5e07f..52b8d7b 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,6 +5,9 @@ xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd" > PHP Code Sniffer configuration file. + + . +