Bump PHPStan to 2.1.13

This commit is contained in:
wn_
2025-04-27 14:41:39 +00:00
parent 0961c8bd4c
commit 7ad1efed3e
13 changed files with 83 additions and 46 deletions

5
vendor/autoload.php vendored
View File

@@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';