@@ -77,7 +77,7 @@ |
||
| 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 | |