From: Daimona Eaytoy Date: Mon, 9 Sep 2019 17:29:22 +0000 (+0200) Subject: Use @phan-template instead of @template X-Git-Tag: 1.34.0-rc.0~309^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Subpage_test/1/2/%22%20.%20%24self2%20.%20%22&var_mode_affiche=resultat?a=commitdiff_plain;h=1ffb174c818577b4232087c81733efee55544f45;p=lhc%2Fweb%2Fwiklou.git Use @phan-template instead of @template And move it after the method description to avoid doxygen messing up with it. Change-Id: I0f93050b390ffab1a88cbdc7c2d7a7a2a50ce3bf --- 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