Completed
Push — master ( 8aaa4f...69627e )
by Anton
03:29
created
source/Spiral/Tokenizer/Tokenizer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,11 +84,11 @@
 block discarded – undo
84 84
         $reflection = new ReflectionFile(
85 85
             $filename,
86 86
             $this->normalizeTokens(token_get_all($this->files->read($filename))),
87
-            (array)$this->memory->loadData(self::MEMORY . '.' . $fileMD5)
87
+            (array)$this->memory->loadData(self::MEMORY.'.'.$fileMD5)
88 88
         );
89 89
 
90 90
         //Let's save to cache
91
-        $this->memory->saveData(self::MEMORY . '.' . $fileMD5, $reflection->exportSchema());
91
+        $this->memory->saveData(self::MEMORY.'.'.$fileMD5, $reflection->exportSchema());
92 92
 
93 93
         return $reflection;
94 94
     }
Please login to merge, or discard this patch.