Skip to content

Commit f79dfe3

Browse files
committed
bump deps
1 parent 4450b12 commit f79dfe3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
},
99
"require-dev": {
1010
"phpstan/extension-installer": "^1.3",
11-
"phpstan/phpstan": "^2.1.8",
11+
"phpstan/phpstan": "^2.1.30",
1212
"phpstan/phpstan-webmozart-assert": "^2.0",
13-
"phpunit/phpunit": "^11.4",
13+
"phpunit/phpunit": "^11.5",
1414
"rector/rector-src": "dev-main",
1515
"symplify/easy-coding-standard": "^12.3",
1616
"symplify/rule-doc-generator": "^12.2",
17-
"symplify/vendor-patches": "^11.3",
17+
"symplify/vendor-patches": "^11.5",
1818
"tomasvotruba/class-leak": "^1.0",
1919
"tracy/tracy": "^2.10"
2020
},

config/set/downgrade-php74.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Rector\Config\RectorConfig;
66
use Rector\ValueObject\PhpVersion;
7-
use Rector\DowngradePhp74\Rector\Array_\DowngradeArraySpreadRector;
87
use Rector\DowngradePhp74\Rector\ArrowFunction\ArrowFunctionToAnonymousFunctionRector;
98
use Rector\DowngradePhp74\Rector\ClassMethod\DowngradeContravariantArgumentTypeRector;
109
use Rector\DowngradePhp74\Rector\ClassMethod\DowngradeCovariantReturnTypeRector;

config/set/downgrade-php81.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Rector\DowngradePhp81\Rector\MethodCall\DowngradeIsEnumRector;
99
use Rector\Config\RectorConfig;
1010
use Rector\ValueObject\PhpVersion;
11-
use Rector\DowngradePhp81\Rector\Array_\DowngradeArraySpreadStringKeyRector;
1211
use Rector\DowngradePhp81\Rector\ClassConst\DowngradeFinalizePublicClassConstantRector;
1312
use Rector\DowngradePhp81\Rector\FuncCall\DowngradeArrayIsListRector;
1413
use Rector\DowngradePhp81\Rector\FuncCall\DowngradeFirstClassCallableSyntaxRector;

rules/DowngradePhp81/Rector/Array_/DowngradeArraySpreadStringKeyRector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
/**
2222
* @changelog https://wiki.php.net/rfc/array_unpacking_string_keys
2323
*
24+
* @api testing if useful
25+
*
2426
* @see \Rector\Tests\DowngradePhp81\Rector\Array_\DowngradeArraySpreadStringKeyRector\DowngradeArraySpreadStringKeyRectorTest
2527
*/
2628
final class DowngradeArraySpreadStringKeyRector extends AbstractRector

0 commit comments

Comments
 (0)