Skip to content

Commit 4090644

Browse files
committed
Update command_in_controller.rst
1 parent 314536d commit 4090644

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookbook/console/command_in_controller.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ using ``Composer`` and helps you to get colorful html::
8383
fclose($output->getStream());
8484

8585
$converter = new AnsiToHtmlConverter();
86-
$content = $converter->convert($content);
87-
88-
return $content;
86+
return $converter->convert($content);
8987
}
9088
}
9189

0 commit comments

Comments
 (0)