Upgrade phan config to 0.7.1
[lhc/web/wiklou.git] / includes / auth / AuthenticationRequest.php
index 1a2442c..e7527d1 100644 (file)
@@ -376,7 +376,7 @@ abstract class AuthenticationRequest {
         * @return AuthenticationRequest
         */
        public static function __set_state( $data ) {
-               // @phan-suppress-next-line PhanTypeInstantiateAbstract
+               // @phan-suppress-next-line PhanTypeInstantiateAbstractStatic
                $ret = new static();
                foreach ( $data as $k => $v ) {
                        $ret->$k = $v;