Skip to content

Commit

Permalink
Native type in ConsoleApplicationResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 5, 2022
1 parent e5459eb commit f7dd737
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Symfony/ConsoleApplicationResolver.php
Expand Up @@ -27,11 +27,7 @@ public function __construct(Configuration $configuration)
$this->consoleApplicationLoader = $configuration->getConsoleApplicationLoader();
}

/**
* @return Application|null
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint
*/
private function getConsoleApplication()
private function getConsoleApplication(): ?Application
{
if ($this->consoleApplicationLoader === null) {
return null;
Expand Down

0 comments on commit f7dd737

Please sign in to comment.