Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f7dd737

Browse files
Native type in ConsoleApplicationResolver
1 parent e5459eb commit f7dd737

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/Symfony/ConsoleApplicationResolver.php‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ public function __construct(Configuration $configuration)
2727
$this->consoleApplicationLoader = $configuration->getConsoleApplicationLoader();
2828
}
2929

30-
/**
31-
* @return Application|null
32-
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint
33-
*/
34-
private function getConsoleApplication()
30+
private function getConsoleApplication(): ?Application
3531
{
3632
if ($this->consoleApplicationLoader === null) {
3733
return null;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /