Change @inheritdoc to @inheritDoc
[lhc/web/wiklou.git] / includes / auth / PrimaryAuthenticationProvider.php
index 4033613..5d82f89 100644 (file)
@@ -81,7 +81,7 @@ interface PrimaryAuthenticationProvider extends AuthenticationProvider {
        const TYPE_NONE = 'none';
 
        /**
-        * {@inheritdoc}
+        * @inheritDoc
         *
         * Of the requests returned by this method, exactly one should have
         * {@link AuthenticationRequest::$required} set to REQUIRED.