mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Apply phan suppression using other method
This commit is contained in:
parent
95cb65fd36
commit
db501632a4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user