Completed
Push — master ( 0801ff...40f238 )
by Greg
02:18
created
src/FormatterManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function write(OutputInterface $output, $format, $structuredOutput, $configurationData = [], $options = [])
42 42
     {
43
-        $formatter = $this->getFormatter((string)$format, $configurationData);
43
+        $formatter = $this->getFormatter((string) $format, $configurationData);
44 44
 
45 45
         // Restructure the output data (e.g. select fields to display, etc.).
46 46
         $structuredOutput = $this->restructureData($structuredOutput, $configurationData, $options);
Please login to merge, or discard this patch.