Skip to content

Commit 31de911

Browse files
Suppress Psalm nits
1 parent 93b121a commit 31de911

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/**
33
* Paragon Initiative Enterprises - Password Lock
44
* PSR-4 compatible autoloader
5+
*
6+
* @psalm-suppress MissingClosureParamType
57
*/
68
\spl_autoload_register(function ($class) {
79
// Project-specific namespace prefix
@@ -37,5 +39,6 @@
3739
});
3840

3941
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
42+
/** @psalm-suppress MissingFile */
4043
include_once __DIR__ . '/vendor/autoload.php';
4144
}

0 commit comments

Comments
 (0)