@@ -240,7 +240,7 @@ |
||
| 240 | 240 | } |
| 241 | 241 | |
| 242 | 242 | /** |
| 243 | - * @return string |
|
| 243 | + * @return boolean |
|
| 244 | 244 | */ |
| 245 | 245 | public function getExist() |
| 246 | 246 | { |
@@ -276,7 +276,7 @@ |
||
| 276 | 276 | */ |
| 277 | 277 | public function setFullPath($fullPath) |
| 278 | 278 | { |
| 279 | - $pattern = '#(' .DIRECTORY_SEPARATOR.')\1+#'; |
|
| 279 | + $pattern = '#('.DIRECTORY_SEPARATOR.')\1+#'; |
|
| 280 | 280 | $replacement = DIRECTORY_SEPARATOR; |
| 281 | 281 | $fullPath = preg_replace($pattern, $replacement, $fullPath); |
| 282 | 282 | |