We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011c6e8 commit d7bc1d0Copy full SHA for d7bc1d0
composer.json
@@ -47,7 +47,7 @@
47
"require-dev": {
48
"maglnet/composer-require-checker": "^4.7",
49
"phpunit/phpunit": "^10.5",
50
- "rector/rector": "^1.0.0",
+ "rector/rector": "^2.0.3",
51
"roave/infection-static-analysis-plugin": "^1.34",
52
"spatie/phpunit-watcher": "^1.23",
53
"vimeo/psalm": "^5.22",
rector.php
@@ -4,7 +4,6 @@
4
5
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
6
use Rector\Config\RectorConfig;
7
-use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
8
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
9
use Rector\Set\ValueObject\LevelSetList;
10
@@ -24,6 +23,5 @@
24
23
25
$rectorConfig->skip([
26
ClosureToArrowFunctionRector::class,
27
- JsonThrowOnErrorRector::class,
28
]);
29
};
0 commit comments