Skip to content

Commit d7c4013

Browse files
staabmclxmstaab
andauthored
Fix build on PHPStan 2.2.3 (#67)
Co-authored-by: Markus Staab <47448731+clxmstaab@users.noreply.github.com>
1 parent 8996f4d commit d7c4013

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.4 || ^8.0",
10-
"phpstan/phpstan": "^2.0"
10+
"phpstan/phpstan": "^2.2.3"
1111
},
1212
"conflict": {
1313
"dibi/dibi": "<3.0"

tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ protected function setUp(): void
1919
{
2020
$this->reflectionProvider = $this->createReflectionProvider();
2121
$this->extension = new DibiFluentClassReflectionExtension();
22+
23+
parent::setUp();
2224
}
2325

2426
/**

0 commit comments

Comments
 (0)