File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727 "cdn77/coding-standard" : " ^7.0" ,
2828 "infection/infection" : " ^0.29.0" ,
2929 "phpstan/extension-installer" : " ^1.0" ,
30- "phpstan/phpstan" : " ^1 " ,
31- "phpstan/phpstan-phpunit" : " ^1 " ,
32- "phpstan/phpstan-strict-rules" : " ^1 "
30+ "phpstan/phpstan" : " ^2 " ,
31+ "phpstan/phpstan-phpunit" : " ^2 " ,
32+ "phpstan/phpstan-strict-rules" : " ^2 "
3333 },
3434 "config" : {
3535 "allow-plugins" : {
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ public function run(TestCase $testCaseContext): void
4848 continue ;
4949 }
5050
51+ /** @var array<string> $groups */
5152 $ groups = array_map (
5253 static fn ($ groupAttribute ) => $ groupAttribute ->getArguments ()[0 ],
5354 $ classReflection ->getAttributes (Group::class),
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function testValueIsDefaultWhenNotSet(): void
1818
1919 $ stub = Stub::create (SimpleClass::class);
2020
21- $ stub ->getProperty1 ();
21+ $ x = $ stub ->getProperty1 ();
2222 }
2323
2424 public function testPropertyIsSetBypassingConstructor (): void
You can’t perform that action at this time.
0 commit comments