Maksim Grib 10 лет назад
Родитель
Сommit
f6996cbd36
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Service/GearmanExecute.php

+ 3 - 3
Service/GearmanExecute.php

@@ -78,9 +78,9 @@ class GearmanExecute extends AbstractGearmanService
                 'timeout'                => null,
             ))
             ->setAllowedTypes(array(
-                'iterations'             => array('null', 'integer'),
-                'minimum_execution_time' => array('null', 'integer'),
-                'timeout'                => array('null', 'integer'),
+                'iterations'             => array('null', 'scalar'),
+                'minimum_execution_time' => array('null', 'scalar'),
+                'timeout'                => array('null', 'scalar'),
             ))
         ;
     }