Explorar o código

Update GearmanClient.php

Fixed typo on line 436
GEARMAN_METHOD_ADDTASKNACKGROUND  ==>  GEARMAN_METHOD_ADDTASKBACKGROUND
nkornev %!s(int64=11) %!d(string=hai) anos
pai
achega
49da8cdb2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/GearmanClient.php

+ 1 - 1
Service/GearmanClient.php

@@ -433,7 +433,7 @@ class GearmanClient extends AbstractGearmanService
      */
     public function addTaskBackground($name, $params = '', &$context = null, $unique = null)
     {
-        $this->enqueueTask($name, $params, $context, $unique, GearmanMethods::GEARMAN_METHOD_ADDTASKNACKGROUND);
+        $this->enqueueTask($name, $params, $context, $unique, GearmanMethods::GEARMAN_METHOD_ADDTASKBACKGROUND);
 
         return $this;
     }