X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhistoryblob%2FHistoryBlobCurStub.php;h=cd2a935e6dd39046b8a4b9f425ab2c87de5050e5;hb=3e74b6eeaaf4ad0ce1217d013cca09a3f07cb5c7;hp=8858c8d1e2b468aa506d8531abf1a382875ac50e;hpb=7ede3c619a96a409af12a9cc4dd542e252813917;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/historyblob/HistoryBlobCurStub.php b/includes/historyblob/HistoryBlobCurStub.php index 8858c8d1e2..cd2a935e6d 100644 --- a/includes/historyblob/HistoryBlobCurStub.php +++ b/includes/historyblob/HistoryBlobCurStub.php @@ -69,5 +69,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( HistoryBlobCurStub::class, 'historyblobcurstub' ); }