Updated Rector to commit 07f9aa02529af0e5a33c6ee98a2d2730d813ee2b

07f9aa0252 [build] no PR on build rector
This commit is contained in:
Tomas Votruba 2023-09-27 14:37:52 +00:00
parent 92b441a510
commit 8c5990c74a
10 changed files with 14 additions and 20 deletions

View File

@ -4,7 +4,6 @@
name: End to End tests name: End to End tests
on: on:
pull_request: null
push: push:
branches: branches:
- main - main
@ -22,7 +21,7 @@ jobs:
- 'e2e/parse-php7-code' - 'e2e/parse-php7-code'
- 'e2e/parse-php8-code' - 'e2e/parse-php8-code'
name: End to end test - ${{ matrix.directory }} name: Tests on PHP ${{ matrix.php_version }} - ${{ matrix.directory }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -4,7 +4,6 @@
name: End to End tests that expect diff name: End to End tests that expect diff
on: on:
pull_request: null
push: push:
branches: branches:
- main - main
@ -19,7 +18,7 @@ jobs:
directory: directory:
- 'e2e/attributes' - 'e2e/attributes'
name: End to end test with diff - ${{ matrix.directory }} name: Tests with diffs on PHP ${{ matrix.php_version }} - ${{ matrix.directory }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

View File

@ -1,7 +1,6 @@
name: End to End global tests name: End to End global tests
on: on:
pull_request: null
push: push:
branches: branches:
- main - main

View File

@ -1,7 +1,6 @@
name: End to End tests on PHP 7.2 name: End to End tests on PHP 7.2
on: on:
pull_request: null
push: push:
branches: branches:
- main - main

View File

@ -4,7 +4,6 @@
name: End to End tests on PHP 7.4 name: End to End tests on PHP 7.4
on: on:
pull_request: null
push: push:
branches: branches:
- main - main

View File

@ -1,7 +1,6 @@
name: Standalone Rule Test name: Standalone Rule Test
on: on:
pull_request: null
push: push:
branches: branches:
- main - main

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api * @api
* @var string * @var string
*/ */
public const PACKAGE_VERSION = '5879d88416676e80021ce61eb169c4d70422b2bf'; public const PACKAGE_VERSION = '07f9aa02529af0e5a33c6ee98a2d2730d813ee2b';
/** /**
* @api * @api
* @var string * @var string
*/ */
public const RELEASE_DATE = '2023-09-27 16:32:24'; public const RELEASE_DATE = '2023-09-27 16:34:49';
/** /**
* @var int * @var int
*/ */

2
vendor/autoload.php vendored
View File

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

View File

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

View File

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