Skip to content

Commit

Permalink
Rector 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 25, 2024
1 parent 19fc78b commit 044e636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '1aef75583cc0c1314f151c24fac27e7af69e7d7d';
public const PACKAGE_VERSION = '1.2.2';
/**
* @api
* @var string
Expand Down
2 changes: 1 addition & 1 deletion vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// 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;
Expand Down

0 comments on commit 044e636

Please sign in to comment.