Skip to content

Commit 33010d3

Browse files
Update to Psalm 6
1 parent 447abec commit 33010d3

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
"prefer-stable": true,
2828
"require": {
2929
"php": ">=8.1",
30-
"php-static-analysis/attributes": "^0.4.0 || dev-main",
31-
"php-static-analysis/node-visitor": "^0.4.0 || dev-main",
30+
"php-static-analysis/attributes": "^0.4.1 || dev-main",
31+
"php-static-analysis/node-visitor": "^0.4.1 || dev-main",
3232
"rector/rector": "^2.0"
3333
},
3434
"require-dev": {
3535
"composer/composer": "^2.8",
36-
"php-static-analysis/phpstan-extension": "^0.4.0 || dev-main",
37-
"php-static-analysis/psalm-plugin": "^0.4.0 || dev-main",
36+
"php-static-analysis/phpstan-extension": "^0.4.1 || dev-main",
37+
"php-static-analysis/psalm-plugin": "^0.4.1 || dev-main",
3838
"phpstan/extension-installer": "^1.3",
3939
"phpstan/phpstan": "^2.0",
4040
"phpunit/phpunit": "^9.0",
4141
"symplify/easy-coding-standard": "^12.1",
42-
"vimeo/psalm": "dev-master",
42+
"vimeo/psalm": "^6",
4343
"webmozart/assert": "^1.11"
4444
},
4545
"scripts": {

patches/rector-rector-src-application-fileprocessor-php.patch

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
--- /dev/null
22
+++ ../src/Application/FileProcessor.php
3-
@@ -3,6 +3,7 @@
3+
@@ -3,3 +3,4 @@
44
declare (strict_types=1);
55
namespace Rector\Application;
6-
76
+use Rector\BetterPhpDocParser\PhpDocInfo\PhpDocInfoFactory;
8-
use RectorPrefix202412\Nette\Utils\FileSystem;
9-
use PHPStan\AnalysedCodeException;
10-
use PHPStan\Parser\ParserErrorsException;
7+
118
@@ -66,7 +67,9 @@
129
* @readonly
1310
*/

0 commit comments

Comments
 (0)