Passed
Push — master ( f595e1...eeca66 )
by Jared
09:01 queued 06:02
created
src/Parser/Catalog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
         if ($dateObject !== false && empty($errors['warning_count'])) {
78 78
             return $dateObject;
79 79
         } else {
80
-            throw new GospelException('Invalid date used for `getModifiedDate` in class `' . __CLASS__ . '``: ' . $date);
80
+            throw new GospelException('Invalid date used for `getModifiedDate` in class `'.__CLASS__.'``: '.$date);
81 81
         }
82 82
     }
83 83
 
Please login to merge, or discard this patch.