@@ -12,6 +12,7 @@ spl_autoload_register(function ($class) {
$path = sprintf('%s/%s.php', __DIR__, str_replace('\\', '/', $class));
if (file_exists($path)) {
/** @noinspection PhpIncludeInspection */
require $path;
}
});
The note is not visible to the blocked user.