Use @phan-template instead of @template
authorDaimona Eaytoy <daimona.wiki@gmail.com>
Mon, 9 Sep 2019 17:29:22 +0000 (19:29 +0200)
committerDaimona Eaytoy <daimona.wiki@gmail.com>
Mon, 9 Sep 2019 17:29:22 +0000 (19:29 +0200)
And move it after the method description to avoid doxygen messing up
with it.

Change-Id: I0f93050b390ffab1a88cbdc7c2d7a7a2a50ce3bf

includes/auth/AuthenticationRequest.php

index 168ae85..bc70d5e 100644 (file)
@@ -246,10 +246,11 @@ abstract class AuthenticationRequest {
        }
 
        /**
+        * Select a request by class name.
+        *
         * @codingStandardsIgnoreStart
-        * @template T
+        * @phan-template T
         * @codingStandardsIgnoreEnd
-        * Select a request by class name.
         * @param AuthenticationRequest[] $reqs
         * @param string $class Class name
         * @phan-param class-string<T> $class