Skip to content

Commit b65b668

Browse files
chore: make static code analysis happier
Signed-off-by: Josh <[email protected]>
1 parent 47cc2df commit b65b668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/register_command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
* Will abort registering if any app/service fails to load.
360360
*
361361
*/
362+
/** @var \Symfony\Component\Console\Application $application */
362363
$addCommands = function (array $classes) use ($application) {
363364
foreach ($classes as $class) {
364365
// CompletionCommand is instantiated directly (not resolved from container).

0 commit comments

Comments
 (0)