Skip to content

Commit 403db02

Browse files
committed
Updated Rector to commit d9133842a6df2ed3141cad1b5043a7a567165045
rectorphp/rector-src@d913384 [Console] Allow short command "p" on ProcessCommand (#7931)
1 parent 6bd0985 commit 403db02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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 = '4a6cb199966a4c12d7178921f4ce36df607e9d17';
22+
public const PACKAGE_VERSION = 'd9133842a6df2ed3141cad1b5043a7a567165045';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-03-27 12:04:27';
27+
public const RELEASE_DATE = '2026-03-27 12:04:47';
2828
/**
2929
* @var int
3030
*/

src/Console/Command/ProcessCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public function __construct(AdditionalAutoloader $additionalAutoloader, ChangedF
103103
protected function configure(): void
104104
{
105105
$this->setName('process');
106+
$this->setAliases(['p']);
106107
$this->setDescription('Upgrades or refactors source code with provided Rector rules');
107108
$this->setHelp(<<<'EOF'
108109
The <info>%command.name%</info> command will run Rector main feature:

0 commit comments

Comments
 (0)