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