X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fhistoryblob%2FConcatenatedGzipHistoryBlob.php;h=7824872815beae879ce76b93ce4d660e95924afb;hb=e50f14a47fdc98c024bbcaca341453a5091f11bb;hp=f6ca2f5a36a139ac993c28d165a1820e1a0ce5ab;hpb=9fc202b69496353a1142a692be5aaf158e9ea30c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/historyblob/ConcatenatedGzipHistoryBlob.php b/includes/historyblob/ConcatenatedGzipHistoryBlob.php index f6ca2f5a36..7824872815 100644 --- a/includes/historyblob/ConcatenatedGzipHistoryBlob.php +++ b/includes/historyblob/ConcatenatedGzipHistoryBlob.php @@ -142,5 +142,6 @@ if ( false ) { // autoload entries for the lowercase variants of these classes (T166759). // The code below is never executed, but it is picked up by the AutoloadGenerator // parser, which scans for class_alias() calls. + // @phan-suppress-next-line PhanRedefineClassAlias class_alias( ConcatenatedGzipHistoryBlob::class, 'concatenatedgziphistoryblob' ); }