diff options
| author | wn_ <invalid@email.com> | 2025-04-27 14:41:39 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-04-27 14:41:39 +0000 |
| commit | 7ad1efed3ef530c2dd3f464c94cd2964e0e1a194 (patch) | |
| tree | 0d7cf98ad15aa773794b8144c864514ab83bf10e /vendor/autoload.php | |
| parent | 0961c8bd4c8a4f61f9458c08bf0e91b5cc2aa5d0 (diff) | |
Bump PHPStan to 2.1.13
Diffstat (limited to 'vendor/autoload.php')
| -rw-r--r-- | vendor/autoload.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php index 8235051f8..1ff829eb2 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -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'; |