Commit b00ff98d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige la typo dans la config de PHP-CS-Fixer.

parent e72c7345
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,7 +9,7 @@ $finder = PhpCsFixer\Finder::create()
$loader = require_once __DIR__ . "/vendor/autoload.php";
try {
return Irstea\CS\Config::create()
->allowRisky(true)
->setRiskyAllowed(true)
->setIndent(' ')
->setLineEnding("\n")
->setFinder($finder);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment