From 0d3dcc384284aff5f865480186a620166af6d031 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 29 Jan 2024 21:18:03 +0000 Subject: [PATCH] Rector 0.19.4 --- vendor/scoper-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index f5863022c9a..7e6eeab05ab 100644 --- a/vendor/scoper-autoload.php +++ b/vendor/scoper-autoload.php @@ -14,7 +14,7 @@ $loader = (static function () { // Restore the backup and ensure the excluded files are properly marked as loaded $GLOBALS['__composer_autoload_files'] = \array_merge( $existingComposerAutoloadFiles, - \array_fill_keys(['5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a'], true) + \array_fill_keys(['0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '5928a00fa978807cf85d90ec3f4b0147'], true) ); return $loader;