We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cc2df commit b65b668Copy full SHA for b65b668
core/register_command.php
@@ -359,6 +359,7 @@
359
* Will abort registering if any app/service fails to load.
360
*
361
*/
362
+/** @var \Symfony\Component\Console\Application $application */
363
$addCommands = function (array $classes) use ($application) {
364
foreach ($classes as $class) {
365
// CompletionCommand is instantiated directly (not resolved from container).
0 commit comments