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 12
12
13
13
class Finder extends PhpCsFixerFinder
14
14
{
15
- public $ yiiExcludeFiles = [
15
+ public $ yiiProjectExcludePaths = [
16
16
'views ' ,
17
17
'mail ' ,
18
18
'vendor ' ,
@@ -24,6 +24,6 @@ class Finder extends PhpCsFixerFinder
24
24
public function __construct ()
25
25
{
26
26
parent ::__construct ();
27
- $ this ->exclude ($ this ->yiiExcludeFiles );
27
+ $ this ->exclude ($ this ->yiiProjectExcludePaths );
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ public function testIsInstanceOfPhpCsFixerFinder()
21
21
22
22
public function testIsExcludingDirs ()
23
23
{
24
- $ this ->assertNotEmpty ($ this ->csFixerFinder ->yiiExcludeFiles );
24
+ $ this ->assertNotEmpty ($ this ->csFixerFinder ->yiiProjectExcludePaths );
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments