Updated Rector to commit aa6d2c3c6c63593bbf39f3451b4314e37e57224e

aa6d2c3c6c cs
This commit is contained in:
Tomas Votruba 2023-10-31 21:08:55 +00:00
parent 44964c7886
commit 9f6334bf4b
8 changed files with 41 additions and 11 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '0d55d15b79dbe81e07776c72a5b99f08efa64bd5';
public const PACKAGE_VERSION = 'aa6d2c3c6c63593bbf39f3451b4314e37e57224e';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-10-31 19:47:47';
public const RELEASE_DATE = '2023-10-31 22:05:43';
/**
* @var int
*/

View File

@ -495,6 +495,8 @@ return array(
'RectorPrefix202310\\Illuminate\\Contracts\\Encryption\\Encrypter' => $vendorDir . '/illuminate/contracts/Encryption/Encrypter.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Encryption\\StringEncrypter' => $vendorDir . '/illuminate/contracts/Encryption/StringEncrypter.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Events\\Dispatcher' => $vendorDir . '/illuminate/contracts/Events/Dispatcher.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Events\\ShouldDispatchAfterCommit' => $vendorDir . '/illuminate/contracts/Events/ShouldDispatchAfterCommit.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Events\\ShouldHandleEventsAfterCommit' => $vendorDir . '/illuminate/contracts/Events/ShouldHandleEventsAfterCommit.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Filesystem\\Cloud' => $vendorDir . '/illuminate/contracts/Filesystem/Cloud.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Filesystem\\Factory' => $vendorDir . '/illuminate/contracts/Filesystem/Factory.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Filesystem\\FileNotFoundException' => $vendorDir . '/illuminate/contracts/Filesystem/FileNotFoundException.php',
@ -534,6 +536,7 @@ return array(
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldBeUnique' => $vendorDir . '/illuminate/contracts/Queue/ShouldBeUnique.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldBeUniqueUntilProcessing' => $vendorDir . '/illuminate/contracts/Queue/ShouldBeUniqueUntilProcessing.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldQueue' => $vendorDir . '/illuminate/contracts/Queue/ShouldQueue.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldQueueAfterCommit' => $vendorDir . '/illuminate/contracts/Queue/ShouldQueueAfterCommit.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Redis\\Connection' => $vendorDir . '/illuminate/contracts/Redis/Connection.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Redis\\Connector' => $vendorDir . '/illuminate/contracts/Redis/Connector.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Redis\\Factory' => $vendorDir . '/illuminate/contracts/Redis/Factory.php',

View File

@ -713,6 +713,8 @@ class ComposerStaticInit18ad0e678efbbb500e116f7c54cccdd4
'RectorPrefix202310\\Illuminate\\Contracts\\Encryption\\Encrypter' => __DIR__ . '/..' . '/illuminate/contracts/Encryption/Encrypter.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Encryption\\StringEncrypter' => __DIR__ . '/..' . '/illuminate/contracts/Encryption/StringEncrypter.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Events\\Dispatcher' => __DIR__ . '/..' . '/illuminate/contracts/Events/Dispatcher.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Events\\ShouldDispatchAfterCommit' => __DIR__ . '/..' . '/illuminate/contracts/Events/ShouldDispatchAfterCommit.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Events\\ShouldHandleEventsAfterCommit' => __DIR__ . '/..' . '/illuminate/contracts/Events/ShouldHandleEventsAfterCommit.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Filesystem\\Cloud' => __DIR__ . '/..' . '/illuminate/contracts/Filesystem/Cloud.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Filesystem\\Factory' => __DIR__ . '/..' . '/illuminate/contracts/Filesystem/Factory.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Filesystem\\FileNotFoundException' => __DIR__ . '/..' . '/illuminate/contracts/Filesystem/FileNotFoundException.php',
@ -752,6 +754,7 @@ class ComposerStaticInit18ad0e678efbbb500e116f7c54cccdd4
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldBeUnique' => __DIR__ . '/..' . '/illuminate/contracts/Queue/ShouldBeUnique.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldBeUniqueUntilProcessing' => __DIR__ . '/..' . '/illuminate/contracts/Queue/ShouldBeUniqueUntilProcessing.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldQueue' => __DIR__ . '/..' . '/illuminate/contracts/Queue/ShouldQueue.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Queue\\ShouldQueueAfterCommit' => __DIR__ . '/..' . '/illuminate/contracts/Queue/ShouldQueueAfterCommit.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Redis\\Connection' => __DIR__ . '/..' . '/illuminate/contracts/Redis/Connection.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Redis\\Connector' => __DIR__ . '/..' . '/illuminate/contracts/Redis/Connector.php',
'RectorPrefix202310\\Illuminate\\Contracts\\Redis\\Factory' => __DIR__ . '/..' . '/illuminate/contracts/Redis/Factory.php',

View File

@ -504,8 +504,8 @@
},
{
"name": "illuminate\/container",
"version": "v10.29.0",
"version_normalized": "10.29.0.0",
"version": "v10.30.0",
"version_normalized": "10.30.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/illuminate\/container.git",
@ -561,17 +561,17 @@
},
{
"name": "illuminate\/contracts",
"version": "v10.29.0",
"version_normalized": "10.29.0.0",
"version": "v10.30.0",
"version_normalized": "10.30.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/illuminate\/contracts.git",
"reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406"
"reference": "f6bf37a272fda164f6c451407c99f820eb1eb95b"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/6c39fba7b2311e28f5c6ac7d729e3d49a2a98406",
"reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406",
"url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/f6bf37a272fda164f6c451407c99f820eb1eb95b",
"reference": "f6bf37a272fda164f6c451407c99f820eb1eb95b",
"shasum": ""
},
"require": {
@ -579,7 +579,7 @@
"psr\/container": "^1.1.1|^2.0.1",
"psr\/simple-cache": "^1.0|^2.0|^3.0"
},
"time": "2023-09-05T19:07:46+00:00",
"time": "2023-10-30T00:59:22+00:00",
"type": "library",
"extra": {
"branch-alias": {

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,8 @@
<?php
namespace RectorPrefix202310\Illuminate\Contracts\Events;
interface ShouldDispatchAfterCommit
{
//
}

View File

@ -0,0 +1,8 @@
<?php
namespace RectorPrefix202310\Illuminate\Contracts\Events;
interface ShouldHandleEventsAfterCommit
{
//
}

View File

@ -0,0 +1,8 @@
<?php
namespace RectorPrefix202310\Illuminate\Contracts\Queue;
interface ShouldQueueAfterCommit extends ShouldQueue
{
//
}