Skip to content

Commit 0bdd748

Browse files
committed
MAGETWO-66739: Always skip hidden files #6567
1 parent f6f64f5 commit 0bdd748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/src/Magento/Setup/Module/Di/Code/Reader/ClassesScanner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function addExcludePatterns(array $excludePatterns)
4040
* @param string $path
4141
* @return array
4242
* @throws FileSystemException
43+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
4344
*/
4445
public function getList($path)
4546
{

0 commit comments

Comments
 (0)