Test Setup Failed
Push — master ( e1deb3...4b172e )
by Valentin
11:36 queued 05:48
created
src/DataCollector/PheanstalkDataCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             $this->data['tubes'] = [];
93 93
             /** @var Tube $tube */
94 94
             foreach ($tubes as $tube) {
95
-                if(strpos($tube->getName(), '@'))
95
+                if (strpos($tube->getName(), '@'))
96 96
                     continue;
97 97
                 // Fetch next ready job and next buried job for this tube
98 98
                 $stats = $pheanstalk->statsTube($tube);
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/ProxyCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
                 $pheanstalk['port'],
62 62
                 $pheanstalk['timeout']
63 63
             ];
64
-            $isDefault        = $pheanstalk['default'];
64
+            $isDefault = $pheanstalk['default'];
65 65
 
66 66
             # @see https://github.com/armetiz/LeezyPheanstalkBundle/issues/61
67 67
             $pheanstalkDef = clone $container->getDefinition($pheanstalk['proxy']);
Please login to merge, or discard this patch.