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 e6ea536 commit 3973b0cCopy full SHA for 3973b0c
Authentication/NoopAuthenticationManager.php
@@ -21,13 +21,13 @@
21
* using the authenticator system. Once the authenticator system is no longer
22
* experimental, this class can be used to trigger deprecation notices.
23
*
24
- * @internal
25
- *
26
* @author Wouter de Jong <wouter@wouterj.nl>
+ *
+ * @internal
27
*/
28
class NoopAuthenticationManager implements AuthenticationManagerInterface
29
{
30
- public function authenticate(TokenInterface $token)
+ public function authenticate(TokenInterface $token): TokenInterface
31
32
return $token;
33
}
0 commit comments