Skip to content

Commit 41dcfaa

Browse files
bighappyfaceerayd
authored andcommitted
Merge pull request jsonrainbow#478 from localheinz/fix/unused-argument
Fix: Remove unused argument
1 parent 1a4e339 commit 41dcfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
$finder = new PhpCsFixer\Finder();
4-
$config = new PhpCsFixer\Config('json-schema', 'json-schema style guide');
4+
$config = new PhpCsFixer\Config('json-schema');
55
$finder->in(__DIR__);
66

77
/* Based on ^2.1 of php-cs-fixer */

0 commit comments

Comments
 (0)