|
@@ -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.