Updated Rector to commit bd191f05ad1e632df5b656c1da0fb56a426f5a0a

bd191f05ad Rectify (#5229)
This commit is contained in:
Tomas Votruba 2023-11-07 15:42:24 +00:00
parent 38b4fc4969
commit 73986cddda
4 changed files with 7 additions and 8 deletions

View File

@ -9,7 +9,6 @@ use Rector\Php74\Rector\Assign\NullCoalescingOperatorRector;
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
use Rector\Php74\Rector\Double\RealToFloatTypeCastRector;
use Rector\Php74\Rector\FuncCall\ArrayKeyExistsOnPropertyRector;
use Rector\Php74\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector;
use Rector\Php74\Rector\FuncCall\FilterVarToAddSlashesRector;
use Rector\Php74\Rector\FuncCall\MbStrrposEncodingArgumentPositionRector;
use Rector\Php74\Rector\FuncCall\MoneyFormatToNumberFormatRector;

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '0a2594d5569028d436e08738fe10d4edb16d61a7';
public const PACKAGE_VERSION = 'bd191f05ad1e632df5b656c1da0fb56a426f5a0a';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-11-07 13:44:33';
public const RELEASE_DATE = '2023-11-07 15:40:17';
/**
* @var int
*/

View File

@ -504,8 +504,8 @@
},
{
"name": "illuminate\/container",
"version": "v10.30.1",
"version_normalized": "10.30.1.0",
"version": "v10.31.0",
"version_normalized": "10.31.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/illuminate\/container.git",
@ -561,8 +561,8 @@
},
{
"name": "illuminate\/contracts",
"version": "v10.30.1",
"version_normalized": "10.30.1.0",
"version": "v10.31.0",
"version_normalized": "10.31.0.0",
"source": {
"type": "git",
"url": "https:\/\/github.com\/illuminate\/contracts.git",

File diff suppressed because one or more lines are too long