@@ -60,7 +60,7 @@ |
||
60 | 60 | { |
61 | 61 | foreach ($this->categoryBasedConfig as $matcher => $paths) { |
62 | 62 | if (preg_match(sprintf('#^%s#', $matcher), $category)) { |
63 | - return $paths; // deeper category should match early. |
|
63 | + return $paths; // deeper category should match early. |
|
64 | 64 | } |
65 | 65 | } |
66 | 66 |