Passed
Push — developer ( 3a394b...2c7c5e )
by Radosław
14:40
created
app/AutoAssign.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -349,7 +349,7 @@
 block discarded – undo
349 349
 		if ($this->get('working_hours')) {
350 350
 			$currentTime = date('H:i');
351 351
 			$queryGenerator->addNativeCondition(['<=', $queryGenerator->getColumnName('start_hour'), $currentTime])
352
-				->addNativeCondition(['>',  $queryGenerator->getColumnName('end_hour'), $currentTime]);
352
+				->addNativeCondition(['>', $queryGenerator->getColumnName('end_hour'), $currentTime]);
353 353
 		}
354 354
 		$columnName = $queryGenerator->getColumnName('id');
355 355
 
Please login to merge, or discard this patch.