@@ -62,10 +62,10 @@ |
||
| 62 | 62 | */ |
| 63 | 63 | class LocalStorage extends AbstractStorage |
| 64 | 64 | { |
| 65 | - /** |
|
| 66 | - * The directory to use to save files |
|
| 67 | - * @var DirectoryInterface |
|
| 68 | - */ |
|
| 65 | + /** |
|
| 66 | + * The directory to use to save files |
|
| 67 | + * @var DirectoryInterface |
|
| 68 | + */ |
|
| 69 | 69 | protected DirectoryInterface $directory; |
| 70 | 70 | |
| 71 | 71 | /** |