Move to src-php to make room for Go
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<?php
|
||||
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->in(__DIR__.'/src/');
|
||||
->in(__DIR__.'/src-php/');
|
||||
|
||||
$config = new PhpCsFixer\Config();
|
||||
|
||||
|
Reference in New Issue
Block a user