From 7ad1efed3ef530c2dd3f464c94cd2964e0e1a194 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 27 Apr 2025 14:41:39 +0000 Subject: Bump PHPStan to 2.1.13 --- vendor/autoload.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vendor/autoload.php') 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'; -- cgit v1.2.3-54-g00ecf