Forráskód Böngészése

Removed some unused private fields

Marc 11 éve
szülő
commit
3113a636c1
2 módosított fájl, 1 hozzáadás és 9 törlés
  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;
     private $bundles;
 
 
 
 
-    /**
-     * @var array
-     *
-     * WorkerCollection with all workers and jobs available
-     */
-    private $workerCollection;
-
-
     /**
     /**
      * @var array
      * @var array
      *
      *

+ 1 - 1
Tests/Service/GearmanParserTest.php

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