File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 47
47
},
48
48
"require-dev" : {
49
49
"friendsofphp/php-cs-fixer" : " ^v3.8.0" ,
50
- "guzzlehttp/guzzle" : " ^7.4.3 " ,
51
- "guzzlehttp/psr7" : " ^1.6 || ^2.2 .1" ,
52
- "phpstan/phpstan" : " ^1.7.3 " ,
50
+ "guzzlehttp/guzzle" : " ^7.5 " ,
51
+ "guzzlehttp/psr7" : " ^1.6 || ^2.4 .1" ,
52
+ "phpstan/phpstan" : " ^1.8.6 " ,
53
53
"phpstan/phpstan-phpunit" : " ^1.1.1" ,
54
- "phpstan/phpstan-strict-rules" : " ^1.2.3 " ,
55
- "phpunit/phpunit" : " ^9.5.20 " ,
56
- "psr/http-factory" : " ^1.0" ,
57
- "psr/simple-cache" : " ^1.0" ,
54
+ "phpstan/phpstan-strict-rules" : " ^1.4.4 " ,
55
+ "phpunit/phpunit" : " ^9.5.25 " ,
56
+ "psr/http-factory" : " ^1.0.1 " ,
57
+ "psr/simple-cache" : " ^1.0.1 " ,
58
58
"symfony/cache" : " ^v5.0.0 || ^v6.0.0"
59
59
},
60
60
"suggest" : {
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ public static function parse(string $content): array
75
75
continue ;
76
76
}
77
77
78
- if ( false === strpos ( $ line , ' # ' )) {
79
- $ data [ ' records ' ] = $ data [ ' records ' ] ?? [];
78
+ $ data [ ' records ' ] = $ data [ ' records ' ] ?? [];
79
+ if (! str_contains ( $ line , ' # ' )) {
80
80
$ data ['records ' ][self ::extractRootZone ($ line )] = 1 ;
81
81
continue ;
82
82
}
You can’t perform that action at this time.
0 commit comments