Skip to content

Commit

Permalink
Updated Rector to commit 29e89320f0b5c81e2130320ac55f0821daaf4e14
Browse files Browse the repository at this point in the history
rectorphp/rector-src@29e8932 [automated] Apply Coding Standard (#6414)
  • Loading branch information
TomasVotruba committed Nov 10, 2024
1 parent 40f9cf3 commit 5661b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rules/DeadCode/PhpDoc/Guard/TemplateTypeRemovalGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare (strict_types=1);
namespace Rector\DeadCode\PhpDoc\Guard;

use PHPStan\Type\Generic\TemplateType;
use PHPStan\Type\Type;
use PHPStan\Type\UnionType;
use PHPStan\Type\Generic\TemplateType;
final class TemplateTypeRemovalGuard
{
public function isLegal(Type $docType) : bool
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 = '1.2.10';
public const PACKAGE_VERSION = '29e89320f0b5c81e2130320ac55f0821daaf4e14';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-11-08 14:55:18';
public const RELEASE_DATE = '2024-11-10 00:33:41';
/**
* @var int
*/
Expand Down

0 comments on commit 5661b8e

Please sign in to comment.