@@ -105,7 +105,7 @@ |
||
105 | 105 | } |
106 | 106 | |
107 | 107 | /** |
108 | - * @return array |
|
108 | + * @return string |
|
109 | 109 | */ |
110 | 110 | protected function getSettings(): array |
111 | 111 | { |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | /** |
72 | - * @return array |
|
72 | + * @return string |
|
73 | 73 | */ |
74 | 74 | protected function getSettings(): array |
75 | 75 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | |
89 | 89 | /** |
90 | 90 | * |
91 | - * @return iterable |
|
91 | + * @return \Generator |
|
92 | 92 | */ |
93 | 93 | private function getMessageDescriptionsFromProviders(): iterable |
94 | 94 | { |
@@ -106,7 +106,7 @@ |
||
106 | 106 | /** |
107 | 107 | * @param ContainerInterface $container |
108 | 108 | * |
109 | - * @return array |
|
109 | + * @return ServerRequestInterface |
|
110 | 110 | */ |
111 | 111 | private static function getCsrfSettings(ContainerInterface $container): array |
112 | 112 | { |
@@ -68,7 +68,7 @@ |
||
68 | 68 | * @param Closure $readUserScopes |
69 | 69 | * @param array $properties |
70 | 70 | * |
71 | - * @return PassportAccountInterface |
|
71 | + * @return \Limoncello\Contracts\Authentication\AccountInterface |
|
72 | 72 | */ |
73 | 73 | protected static function createCliPassport( |
74 | 74 | $userIdentity, |