@@ -68,12 +68,12 @@ |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | $currentFileName = $current->getFilename(); |
71 | - if (in_array($currentFileName, $this->excludedFilenames, true)){ |
|
71 | + if (in_array($currentFileName, $this->excludedFilenames, true)) { |
|
72 | 72 | return false; |
73 | 73 | } |
74 | 74 | |
75 | - foreach ($this->excludedFilenamePatterns as $pattern){ |
|
76 | - if (preg_match($pattern, $currentFileName) > 0){ |
|
75 | + foreach ($this->excludedFilenamePatterns as $pattern) { |
|
76 | + if (preg_match($pattern, $currentFileName) > 0) { |
|
77 | 77 | return false; |
78 | 78 | } |
79 | 79 | } |