Passed
Push — develop ( 25c682...8aee5f )
by nguereza
15:32 queued 02:10
created
src/Storage/LocalStorage.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -63,10 +63,10 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.