浏览代码

Removed some unused private fields

Marc 11 年之前
父节点
当前提交
3113a636c1
共有 2 个文件被更改,包括 1 次插入9 次删除
  1. 0 8
      Service/GearmanParser.php
  2. 1 1
      Tests/Service/GearmanParserTest.php

+ 0 - 8
Service/GearmanParser.php

@@ -73,14 +73,6 @@ class GearmanParser
     private $bundles;
 
 
-    /**
-     * @var array
-     *
-     * WorkerCollection with all workers and jobs available
-     */
-    private $workerCollection;
-
-
     /**
      * @var array
      *

+ 1 - 1
Tests/Service/GearmanParserTest.php

@@ -28,7 +28,7 @@ class GearmanParserTest extends \PHPUnit_Framework_TestCase
      * 
      * Bundle mock
      */
-    private $bundle;
+    private $bundleMock;
 
 
     /**