Updated Rector to commit af52640505b505f3932f20f867db6d9eedeba222

af52640505 Use  stefanzweifel/git-auto-commit-action on templates (#3427)Co-authored-by: Tomas Votruba <tomas.vot@gmail.com>
This commit is contained in:
Tomas Votruba 2023-02-28 17:44:40 +00:00
parent 5de33b3e25
commit 75a9f9ecc8
5 changed files with 16 additions and 21 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '7b5f06dc26cd749de63e7d673735a0b44e0275f4';
public const PACKAGE_VERSION = 'af52640505b505f3932f20f867db6d9eedeba222';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-02-28 17:33:47';
public const RELEASE_DATE = '2023-02-28 17:39:53';
/**
* @var int
*/

View File

@ -34,13 +34,8 @@ jobs:
-
# commit only to core contributors who have repository access
if: github.event.pull_request.head.repo.full_name == github.repository
uses: EndBug/add-and-commit@v7.5.0
uses: stefanzweifel/git-auto-commit-action@v4
with:
# The arguments for the `git add` command (see the paragraph below for more info)
add: .
message: "[rector] Rector fixes"
author_name: "GitHub Action"
author_email: "action@github.com"
env:
# to get push access
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
commit_message: '[rector] Rector fixes'
commit_author: 'GitHub Action <actions@github.com>'
commit_user_email: 'action@github.com'

2
vendor/autoload.php vendored
View File

@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit4e552cf35774617f4e20cf2f3cf09935::getLoader();
return ComposerAutoloaderInit2f1c1b27a727ce095bc738eed26a042e::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit4e552cf35774617f4e20cf2f3cf09935
class ComposerAutoloaderInit2f1c1b27a727ce095bc738eed26a042e
{
private static $loader;
@ -22,17 +22,17 @@ class ComposerAutoloaderInit4e552cf35774617f4e20cf2f3cf09935
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit4e552cf35774617f4e20cf2f3cf09935', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit2f1c1b27a727ce095bc738eed26a042e', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit4e552cf35774617f4e20cf2f3cf09935', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit2f1c1b27a727ce095bc738eed26a042e', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit2f1c1b27a727ce095bc738eed26a042e::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit2f1c1b27a727ce095bc738eed26a042e::$files;
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935
class ComposerStaticInit2f1c1b27a727ce095bc738eed26a042e
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3126,9 +3126,9 @@ class ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit4e552cf35774617f4e20cf2f3cf09935::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit2f1c1b27a727ce095bc738eed26a042e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2f1c1b27a727ce095bc738eed26a042e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit2f1c1b27a727ce095bc738eed26a042e::$classMap;
}, null, ClassLoader::class);
}