Skip to content

Commit 5b353f7

Browse files
committed
Rector 2.2.2
1 parent cef3393 commit 5b353f7

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

src/Application/VersionResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '33bb8a6e1b6b1685f7e50e30e6eb801c4585221a';
22+
public const PACKAGE_VERSION = '2.2.2';
2323
/**
2424
* @api
2525
* @var string

vendor/composer/installed.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,12 +1800,12 @@
18001800
"source": {
18011801
"type": "git",
18021802
"url": "https:\/\/github.com\/rectorphp\/rector-phpunit.git",
1803-
"reference": "9329da8c440edd5da9fd77df90782fed5af9ef46"
1803+
"reference": "2ac1809e1e2d77d460d678ba0cad8986257479e4"
18041804
},
18051805
"dist": {
18061806
"type": "zip",
1807-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/9329da8c440edd5da9fd77df90782fed5af9ef46",
1808-
"reference": "9329da8c440edd5da9fd77df90782fed5af9ef46",
1807+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/2ac1809e1e2d77d460d678ba0cad8986257479e4",
1808+
"reference": "2ac1809e1e2d77d460d678ba0cad8986257479e4",
18091809
"shasum": ""
18101810
},
18111811
"require": {
@@ -1829,7 +1829,7 @@
18291829
"tomasvotruba\/class-leak": "^1.2",
18301830
"tracy\/tracy": "^2.10"
18311831
},
1832-
"time": "2025-10-09T16:24:43+00:00",
1832+
"time": "2025-10-09T18:59:24+00:00",
18331833
"default-branch": true,
18341834
"type": "rector-extension",
18351835
"extra": {

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vendor/rector/extension-installer/src/GeneratedConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
final class GeneratedConfig
1111
{
12-
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main 51158e6'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main ffa9fe4'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 9329da8'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 5078be3'));
12+
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main 51158e6'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main ffa9fe4'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 2ac1809'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 5078be3'));
1313
private function __construct()
1414
{
1515
}

vendor/rector/rector-phpunit/rules/PHPUnit100/Rector/StmtsAwareInterface/ExpectsMethodCallDecorator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ public function __construct(SimpleCallableNodeTraverser $simpleCallableNodeTrave
3333
* Replace $this->expects(...)
3434
* with
3535
* $expects = ...
36-
*
37-
* @param Expression<MethodCall> $expression
3836
* @return \PhpParser\Node\Expr\MethodCall|\PhpParser\Node\Expr\StaticCall|null
3937
*/
4038
public function decorate(Expression $expression)

0 commit comments

Comments
 (0)