@@ -113,7 +113,7 @@ |
||
| 113 | 113 | |
| 114 | 114 | $time = $channel['duration_limit_per_run'] + $this->extraTime; |
| 115 | 115 | $dateWithMaxTime->add( |
| 116 | - new DateInterval('PT' . $time . 'S') |
|
| 116 | + new DateInterval('PT'.$time.'S') |
|
| 117 | 117 | ); |
| 118 | 118 | if (new \DateTime() > ($dateWithMaxTime)) { |
| 119 | 119 | $this->notifier->process($key); |