Skip to content

Commit

Permalink
Updated Rector to commit 1dcebfe29713124a43504c9a4bac322fa2f41f59
Browse files Browse the repository at this point in the history
rectorphp/rector-src@1dcebfe [automated] Apply Coding Standard (#5365)
  • Loading branch information
TomasVotruba committed Dec 17, 2023
1 parent 168d6a7 commit d525e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
declare (strict_types=1);
namespace Rector\Transform\Rector\Attribute;

use PhpParser\Node\Arg;
use PhpParser\Node\Expr\ClassConstFetch;
use PhpParser\Node;
use PhpParser\Node\Arg;
use PhpParser\Node\AttributeGroup;
use PhpParser\Node\Expr\ArrowFunction;
use PhpParser\Node\Expr\ClassConstFetch;
use PhpParser\Node\Expr\Closure;
use PhpParser\Node\Identifier;
use PhpParser\Node\Param;
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '120e0ccfc40bc696d23a9e1d93b6662ea7dfa682';
public const PACKAGE_VERSION = '1dcebfe29713124a43504c9a4bac322fa2f41f59';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-12-16 15:53:06';
public const RELEASE_DATE = '2023-12-17 00:28:05';
/**
* @var int
*/
Expand Down

0 comments on commit d525e92

Please sign in to comment.