Completed
Push — master ( 0563c6...cb42e4 )
by Yann
02:20
created
Entity/Token.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,6 +305,6 @@
 block discarded – undo
305 305
             );
306 306
         }
307 307
 
308
-        $this->usages->add(new TokenUsage($this, $information,$date));
308
+        $this->usages->add(new TokenUsage($this, $information, $date));
309 309
     }
310 310
 }
Please login to merge, or discard this patch.