File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313class Finder extends PhpCsFixerFinder
1414{
15- public $ yiiExcludeFiles = [
15+ public $ yiiProjectExcludePaths = [
1616 'views ' ,
1717 'mail ' ,
1818 'vendor ' ,
@@ -24,6 +24,6 @@ class Finder extends PhpCsFixerFinder
2424 public function __construct ()
2525 {
2626 parent ::__construct ();
27- $ this ->exclude ($ this ->yiiExcludeFiles );
27+ $ this ->exclude ($ this ->yiiProjectExcludePaths );
2828 }
2929}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ public function testIsInstanceOfPhpCsFixerFinder()
2121
2222 public function testIsExcludingDirs ()
2323 {
24- $ this ->assertNotEmpty ($ this ->csFixerFinder ->yiiExcludeFiles );
24+ $ this ->assertNotEmpty ($ this ->csFixerFinder ->yiiProjectExcludePaths );
2525 }
2626}
You can’t perform that action at this time.
0 commit comments