Change @inheritdoc to @inheritDoc
[lhc/web/wiklou.git] / includes / auth / AbstractSecondaryAuthenticationProvider.php
index 00493bc..4a2acca 100644 (file)
@@ -43,7 +43,7 @@ abstract class AbstractSecondaryAuthenticationProvider extends AbstractAuthentic
        }
 
        /**
-        * @inheritdoc
+        * @inheritDoc
         * @note Reimplement this if self::getAuthenticationRequests( AuthManager::ACTION_REMOVE )
         *  doesn't return requests that will revoke all access for the user.
         */