Passed
Push — master ( a5e42e...94f7a5 )
by Mathieu
04:00
created
src/Charcoal/Object/PublishableTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
         $now = new DateTime();
198 198
         $publish = $this->getPublishDate();
199 199
         $expiry  = $this->getExpiryDate();
200
-        $status  = $this->getPublishStatus()        ;
200
+        $status  = $this->getPublishStatus();
201 201
 
202 202
         if ($status !== static::STATUS_PUBLISHED) {
203 203
             return $status;
Please login to merge, or discard this patch.