Failed Conditions
Push — master ( 9143b8...91d601 )
by Moesjarraf
02:51
created
src/DataEnricher/Processor/DateFormat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     {
32 32
         $instruction = $node->getInstruction($this);
33 33
         
34
-        if(!isset($instruction->date)) {
34
+        if (!isset($instruction->date)) {
35 35
             return;
36 36
         }
37 37
         
Please login to merge, or discard this patch.