@@ -153,7 +153,7 @@ |
||
| 153 | 153 | $lastSecondFactor instanceof \DateTime |
| 154 | 154 | ) |
| 155 | 155 | ) { |
| 156 | - $interval = $lastSecondFactor->diff( \DateTime()); |
|
| 156 | + $interval = $lastSecondFactor->diff(\DateTime()); |
|
| 157 | 157 | if ($interval->invert == 1) { |
| 158 | 158 | throw new \Exception("We are talking to a future self. Amazing."); |
| 159 | 159 | } |