Maksim Grib преди 10 години
родител
ревизия
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'),
             ))
         ;
     }