浏览代码

Typo in property name

Luke Mackenzie 11 年之前
父节点
当前提交
cd29da2d5c
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      .gitignore
  2. 1 1
      Service/GearmanClient.php

+ 2 - 0
.gitignore

@@ -4,3 +4,5 @@ composer.lock
 composer.phar
 phpcs.log
 vendor
+
+/.idea/

+ 1 - 1
Service/GearmanClient.php

@@ -26,7 +26,7 @@ class GearmanClient extends AbstractGearmanService
      *
      * Gearman callbacks dispatcher
      */
-    protected $gearmanCallbacksDisparcher;
+    protected $gearmanCallbacksDispatcher;
 
     /**
      * @var array