We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4e339 commit 41dcfaaCopy full SHA for 41dcfaa
.php_cs.dist
@@ -1,7 +1,7 @@
1
<?php
2
3
$finder = new PhpCsFixer\Finder();
4
-$config = new PhpCsFixer\Config('json-schema', 'json-schema style guide');
+$config = new PhpCsFixer\Config('json-schema');
5
$finder->in(__DIR__);
6
7
/* Based on ^2.1 of php-cs-fixer */
0 commit comments