Skip to content

Commit d525e92

Browse files
committed
Updated Rector to commit 1dcebfe29713124a43504c9a4bac322fa2f41f59
rectorphp/rector-src@1dcebfe [automated] Apply Coding Standard (#5365)
1 parent 168d6a7 commit d525e92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rules/Transform/Rector/Attribute/AttributeKeyToClassConstFetchRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
declare (strict_types=1);
44
namespace Rector\Transform\Rector\Attribute;
55

6-
use PhpParser\Node\Arg;
7-
use PhpParser\Node\Expr\ClassConstFetch;
86
use PhpParser\Node;
7+
use PhpParser\Node\Arg;
98
use PhpParser\Node\AttributeGroup;
109
use PhpParser\Node\Expr\ArrowFunction;
10+
use PhpParser\Node\Expr\ClassConstFetch;
1111
use PhpParser\Node\Expr\Closure;
1212
use PhpParser\Node\Identifier;
1313
use PhpParser\Node\Param;

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '120e0ccfc40bc696d23a9e1d93b6662ea7dfa682';
22+
public const PACKAGE_VERSION = '1dcebfe29713124a43504c9a4bac322fa2f41f59';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2023-12-16 15:53:06';
27+
public const RELEASE_DATE = '2023-12-17 00:28:05';
2828
/**
2929
* @var int
3030
*/

0 commit comments

Comments
 (0)