From 1ffb174c818577b4232087c81733efee55544f45 Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Mon, 9 Sep 2019 19:29:22 +0200 Subject: [PATCH] Use @phan-template instead of @template And move it after the method description to avoid doxygen messing up with it. Change-Id: I0f93050b390ffab1a88cbdc7c2d7a7a2a50ce3bf --- includes/auth/AuthenticationRequest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/auth/AuthenticationRequest.php b/includes/auth/AuthenticationRequest.php index 168ae851af..bc70d5efbd 100644 --- a/includes/auth/AuthenticationRequest.php +++ b/includes/auth/AuthenticationRequest.php @@ -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 $class -- 2.20.1