@@ -50,6 +50,9 @@ |
||
50 | 50 | return $location; |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @param string $path |
|
55 | + */ |
|
53 | 56 | public function buildPath($path) { |
54 | 57 | $location = parent::buildPath($path); |
55 | 58 | if ($this->isCaseInsensitiveStorage) { |