Apply phan suppression using other method

This commit is contained in:
MDW 2024-03-19 20:51:40 +01:00
parent 95cb65fd36
commit db501632a4
No known key found for this signature in database

View File

@ -3,9 +3,10 @@
*/
/**
* Simple autoloader, so we don't need Composer just for this.
*
* @phan-file-suppress PhanTypeMismatchArgumentInternal
*/
// @phan-suppress-next-line PhanTypeMismatchArgumentInternal spl_autoload_register expects callable(string):void
spl_autoload_register(
/**
* @param string $class Class to load