Skip to content

Commit

Permalink
Suppress Psalm nits
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jun 2, 2021
1 parent 93b121a commit 31de911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/**
* Paragon Initiative Enterprises - Password Lock
* PSR-4 compatible autoloader
*
* @psalm-suppress MissingClosureParamType
*/
\spl_autoload_register(function ($class) {
// Project-specific namespace prefix
Expand Down Expand Up @@ -37,5 +39,6 @@
});

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

0 comments on commit 31de911

Please sign in to comment.