mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-21 16:02:23 +02:00
Updated Rector to commit ef779c9cedd02baccf36238c7909e15d7f416917
ef779c9ced
Use correct spelling for TYPO3 (#919)
This commit is contained in:
parent
038e6331b2
commit
15e2e7eaa6
@ -8,7 +8,7 @@ Rector instantly upgrades and refactors the PHP code of your application. It ca
|
||||
|
||||
### 1. Instant Upgrades
|
||||
|
||||
Rector now supports upgrades from PHP 5.3 to 8.0 and major open-source projects like [Symfony](https://github.com/rectorphp/rector-symfony), [PHPUnit](https://github.com/rectorphp/rector-phpunit), [Nette](https://github.com/rectorphp/rector-nette), [Laravel](https://github.com/rectorphp/rector-laravel), [CakePHP](https://github.com/rectorphp/rector-cakephp), [Doctrine](https://github.com/rectorphp/rector-doctrine) and [Typo3](https://github.com/sabbelasichon/typo3-rector) out of the box. Do you want to **be constantly on the latest PHP/framework version without effort**?
|
||||
Rector now supports upgrades from PHP 5.3 to 8.0 and major open-source projects like [Symfony](https://github.com/rectorphp/rector-symfony), [PHPUnit](https://github.com/rectorphp/rector-phpunit), [Nette](https://github.com/rectorphp/rector-nette), [Laravel](https://github.com/rectorphp/rector-laravel), [CakePHP](https://github.com/rectorphp/rector-cakephp), [Doctrine](https://github.com/rectorphp/rector-doctrine) and [TYPO3](https://github.com/sabbelasichon/typo3-rector) out of the box. Do you want to **be constantly on the latest PHP/framework version without effort**?
|
||||
|
||||
Use Rector to handle **instant upgrades** for you.
|
||||
|
||||
|
@ -16,11 +16,11 @@ final class VersionResolver
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = 'ddd8e8590204619d9273705f9e6a44cd11bacbcd';
|
||||
public const PACKAGE_VERSION = 'ef779c9cedd02baccf36238c7909e15d7f416917';
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2021-09-24 17:12:36';
|
||||
public const RELEASE_DATE = '2021-09-24 10:51:16';
|
||||
public static function resolvePackageVersion() : string
|
||||
{
|
||||
$process = new \RectorPrefix20210924\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__);
|
||||
|
2
vendor/autoload.php
vendored
2
vendor/autoload.php
vendored
@ -4,4 +4,4 @@
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc::getLoader();
|
||||
return ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4::getLoader();
|
||||
|
14
vendor/composer/autoload_real.php
vendored
14
vendor/composer/autoload_real.php
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc
|
||||
class ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@ -22,15 +22,15 @@ class ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc
|
||||
return self::$loader;
|
||||
}
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', 'loadClassLoader'));
|
||||
|
||||
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
||||
if ($useStaticLoader) {
|
||||
require __DIR__ . '/autoload_static.php';
|
||||
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInit089b756b0294f620354bad3a6af034cc::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::getInitializer($loader));
|
||||
} else {
|
||||
$classMap = require __DIR__ . '/autoload_classmap.php';
|
||||
if ($classMap) {
|
||||
@ -42,19 +42,19 @@ class ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc
|
||||
$loader->register(true);
|
||||
|
||||
if ($useStaticLoader) {
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInit089b756b0294f620354bad3a6af034cc::$files;
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$files;
|
||||
} else {
|
||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||
}
|
||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||
composerRequire089b756b0294f620354bad3a6af034cc($fileIdentifier, $file);
|
||||
composerRequirefccc2d78a7af3270906b0f2cf07b55c4($fileIdentifier, $file);
|
||||
}
|
||||
|
||||
return $loader;
|
||||
}
|
||||
}
|
||||
|
||||
function composerRequire089b756b0294f620354bad3a6af034cc($fileIdentifier, $file)
|
||||
function composerRequirefccc2d78a7af3270906b0f2cf07b55c4($fileIdentifier, $file)
|
||||
{
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
require $file;
|
||||
|
8
vendor/composer/autoload_static.php
vendored
8
vendor/composer/autoload_static.php
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit089b756b0294f620354bad3a6af034cc
|
||||
class ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4
|
||||
{
|
||||
public static $files = array (
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
||||
@ -3858,9 +3858,9 @@ class ComposerStaticInit089b756b0294f620354bad3a6af034cc
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit089b756b0294f620354bad3a6af034cc::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit089b756b0294f620354bad3a6af034cc::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInit089b756b0294f620354bad3a6af034cc::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitfccc2d78a7af3270906b0f2cf07b55c4::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
10
vendor/scoper-autoload.php
vendored
10
vendor/scoper-autoload.php
vendored
@ -9,8 +9,8 @@ $loader = require_once __DIR__.'/autoload.php';
|
||||
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
|
||||
spl_autoload_call('RectorPrefix20210924\AutoloadIncluder');
|
||||
}
|
||||
if (!class_exists('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', false) && !interface_exists('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', false) && !trait_exists('ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc', false)) {
|
||||
spl_autoload_call('RectorPrefix20210924\ComposerAutoloaderInit089b756b0294f620354bad3a6af034cc');
|
||||
if (!class_exists('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', false) && !interface_exists('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', false) && !trait_exists('ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4', false)) {
|
||||
spl_autoload_call('RectorPrefix20210924\ComposerAutoloaderInitfccc2d78a7af3270906b0f2cf07b55c4');
|
||||
}
|
||||
if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) {
|
||||
spl_autoload_call('RectorPrefix20210924\Helmich\TypoScriptParser\Parser\AST\Statement');
|
||||
@ -3311,9 +3311,9 @@ if (!function_exists('print_node')) {
|
||||
return \RectorPrefix20210924\print_node(...func_get_args());
|
||||
}
|
||||
}
|
||||
if (!function_exists('composerRequire089b756b0294f620354bad3a6af034cc')) {
|
||||
function composerRequire089b756b0294f620354bad3a6af034cc() {
|
||||
return \RectorPrefix20210924\composerRequire089b756b0294f620354bad3a6af034cc(...func_get_args());
|
||||
if (!function_exists('composerRequirefccc2d78a7af3270906b0f2cf07b55c4')) {
|
||||
function composerRequirefccc2d78a7af3270906b0f2cf07b55c4() {
|
||||
return \RectorPrefix20210924\composerRequirefccc2d78a7af3270906b0f2cf07b55c4(...func_get_args());
|
||||
}
|
||||
}
|
||||
if (!function_exists('parseArgs')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user