Test Failed
Push — master ( 82be03...a7be7e )
by Curtis
01:26 queued 53s
created
src/Parser/Chan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
             $parser->forward();
56 56
         }
57 57
 
58
-        $date = $chan->getYear() .'-'. $chan->getMonth() .'-'. $chan->getDay() ;
58
+        $date = $chan->getYear().'-'.$chan->getMonth().'-'.$chan->getDay();
59 59
         $chan->setDatetime($date);
60 60
 
61 61
         return $chan;
Please login to merge, or discard this patch.
src/Record/Chan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     
112 112
     public function setDatetime($date)
113 113
     {
114
-        $this->datetime = $date .' '. $this->time;
114
+        $this->datetime = $date.' '.$this->time;
115 115
         
116 116
         return $this;
117 117
     }
Please login to merge, or discard this patch.