Skip to content

Commit 4e1750f

Browse files
committed
Fixed #13: Incorrect coding standards search depth
1 parent 04746ad commit 4e1750f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private function updateInstalledPaths()
269269
$finder->files()
270270
->ignoreVCS(true)
271271
->in($packageInstallPath)
272-
->depth('> 1')
272+
->depth('>= 1')
273273
->depth('< 4')
274274
->name('ruleset.xml');
275275
foreach ($finder as $ruleset) {

0 commit comments

Comments
 (0)