Skip to content

Commit

Permalink
Updated Rector to commit e7f551069cd3efc29ccd7089f432f22556f52b0c
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 15, 2023
1 parent a267280 commit 4930b08
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 219 deletions.
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '6cf9a544edb1bf6e432e9e4f0767c83eea77e76e';
public const PACKAGE_VERSION = 'e7f551069cd3efc29ccd7089f432f22556f52b0c';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-08-16 01:41:30';
public const RELEASE_DATE = '2023-08-16 01:53:37';
/**
* @var int
*/
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit9a92502ba4241ad709e09cdec4c268e5::getLoader();
return ComposerAutoloaderInit282eb222ebec4ee71ff30f434a2553fa::getLoader();
1 change: 0 additions & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'9b38cf48e83f5d8f60375221cd213eee' => $vendorDir . '/phpstan/phpstan/bootstrap.php',
'4508688f3cab21375725e8d11ca194a2' => $baseDir . '/src/constants.php',
'30bca7fff093e8069bed7c55247e2bf8' => $baseDir . '/src/functions/node_helper.php',
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit9a92502ba4241ad709e09cdec4c268e5
class ComposerAutoloaderInit282eb222ebec4ee71ff30f434a2553fa
{
private static $loader;

Expand All @@ -22,17 +22,17 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit9a92502ba4241ad709e09cdec4c268e5', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit282eb222ebec4ee71ff30f434a2553fa', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit9a92502ba4241ad709e09cdec4c268e5', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit282eb222ebec4ee71ff30f434a2553fa', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit282eb222ebec4ee71ff30f434a2553fa::getInitializer($loader));

$loader->setClassMapAuthoritative(true);
$loader->register(true);

$filesToLoad = \Composer\Autoload\ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit282eb222ebec4ee71ff30f434a2553fa::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
Expand Down
9 changes: 4 additions & 5 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

namespace Composer\Autoload;

class ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5
class ComposerStaticInit282eb222ebec4ee71ff30f434a2553fa
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'9b38cf48e83f5d8f60375221cd213eee' => __DIR__ . '/..' . '/phpstan/phpstan/bootstrap.php',
'4508688f3cab21375725e8d11ca194a2' => __DIR__ . '/../..' . '/src/constants.php',
'30bca7fff093e8069bed7c55247e2bf8' => __DIR__ . '/../..' . '/src/functions/node_helper.php',
Expand Down Expand Up @@ -2638,9 +2637,9 @@ class ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9a92502ba4241ad709e09cdec4c268e5::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit282eb222ebec4ee71ff30f434a2553fa::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit282eb222ebec4ee71ff30f434a2553fa::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit282eb222ebec4ee71ff30f434a2553fa::$classMap;

}, null, ClassLoader::class);
}
Expand Down
70 changes: 0 additions & 70 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2187,76 +2187,6 @@
],
"install-path": "..\/symfony\/console"
},
{
"name": "symfony\/deprecation-contracts",
"version": "v3.3.0",
"version_normalized": "3.3.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/7c3aff79d10325257a001fcf92d991f24fc967cf",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"time": "2023-05-23T14:45:45+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony\/contracts",
"url": "https:\/\/github.com\/symfony\/contracts"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https:\/\/packagist.org\/downloads\/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https:\/\/symfony.com\/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https:\/\/symfony.com",
"support": {
"source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v3.3.0"
},
"funding": [
{
"url": "https:\/\/symfony.com\/sponsor",
"type": "custom"
},
{
"url": "https:\/\/github.com\/fabpot",
"type": "github"
},
{
"url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
"type": "tidelift"
}
],
"install-path": "..\/symfony\/deprecation-contracts"
},
{
"name": "symfony\/filesystem",
"version": "v6.3.1",
Expand Down
Loading

0 comments on commit 4930b08

Please sign in to comment.