Completed
Push — master ( bee88f...386cc0 )
by Matthew
21:41
created
Tests/DependencyInjection/Compiler/WorkerCompilerPassTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,7 @@
 block discarded – undo
98 98
         $failure = false;
99 99
         try {
100 100
             $this->runProcessValidWorker('bad');
101
-        }
102
-        catch (\Exception $e) {
101
+        } catch (\Exception $e) {
103 102
             $failure = true;
104 103
         }
105 104
         self::assertTrue($failure);
Please login to merge, or discard this patch.