File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 27
27
"prefer-stable" : true ,
28
28
"require" : {
29
29
"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" ,
32
32
"rector/rector" : " ^2.0"
33
33
},
34
34
"require-dev" : {
35
35
"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" ,
38
38
"phpstan/extension-installer" : " ^1.3" ,
39
39
"phpstan/phpstan" : " ^2.0" ,
40
40
"phpunit/phpunit" : " ^9.0" ,
41
41
"symplify/easy-coding-standard" : " ^12.1" ,
42
- "vimeo/psalm" : " dev-master " ,
42
+ "vimeo/psalm" : " ^6 " ,
43
43
"webmozart/assert" : " ^1.11"
44
44
},
45
45
"scripts" : {
Original file line number Diff line number Diff line change 1
1
--- /dev/null
2
2
+++ ../src/Application/FileProcessor.php
3
- @@ -3,6 +3,7 @@
3
+ @@ -3,3 +3,4 @@
4
4
declare (strict_types=1);
5
5
namespace Rector\Application;
6
-
7
6
+ use Rector\BetterPhpDocParser\PhpDocInfo\PhpDocInfoFactory;
8
- use RectorPrefix202412\Nette\Utils\FileSystem;
9
- use PHPStan\AnalysedCodeException;
10
- use PHPStan\Parser\ParserErrorsException;
7
+
11
8
@@ -66,7 +67,9 @@
12
9
* @readonly
13
10
*/
You can’t perform that action at this time.
0 commit comments