Commit 2d82245
committed
minor symfony#6685 NullOutput should be passed to $command->run() (Ma27)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes symfony#6685).
Discussion
----------
NullOutput should be passed to $command->run()
as $command#execute() is protected, the NullOutput should be passed to $command#run() as that's the public method being invoked when calling an existing command.
Commits
-------
5796c81 NullOutput should be passed to $command->run()1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
0 commit comments