You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #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#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()
0 commit comments