@@ -94,7 +94,7 @@ |
||
94 | 94 | private function resolvePaths($path, $scopeId) |
95 | 95 | { |
96 | 96 | if (false === strstr($path, '*')) { |
97 | - return (array)$path; |
|
97 | + return (array) $path; |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | $paths = array(); |