@@ -96,9 +96,9 @@ |
||
96 | 96 | * @param string $sDirectoryPath |
97 | 97 | * @param array $aSearchPatterns |
98 | 98 | */ |
99 | - private function getSearchPatternsFromDir($sDirectoryPath, &$aSearchPatterns=[]) |
|
99 | + private function getSearchPatternsFromDir($sDirectoryPath, &$aSearchPatterns = []) |
|
100 | 100 | { |
101 | - $_sIgnoreFilePath = $sDirectoryPath . DIRECTORY_SEPARATOR . '.chapiignore'; |
|
101 | + $_sIgnoreFilePath = $sDirectoryPath.DIRECTORY_SEPARATOR.'.chapiignore'; |
|
102 | 102 | |
103 | 103 | if (is_file($_sIgnoreFilePath)) |
104 | 104 | { |