Test Failed
Pull Request — master (#3)
by Benjamin
07:31
created
Behat/StepTimeLoggerExtension/ServiceContainer/StepTimeLoggerExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      */
86 86
     private function getOutputTypeInitializer()
87 87
     {
88
-        return function ($value) {
88
+        return function($value) {
89 89
             $value = empty($value) ? ['console'] : $value;
90 90
             return is_array($value) ? $value : [$value];
91 91
         };
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      */
97 97
     private function getOutputTypeValidator()
98 98
     {
99
-        return function ($value) {
99
+        return function($value) {
100 100
             $allowed = ['console', 'csv'];
101 101
             $invalid = array_diff($value, $allowed);
102 102
             
Please login to merge, or discard this patch.