Skip to content

Commit 197d47c

Browse files
authored
Update phpstan-phpunit to 2.0.8 (#706)
1 parent ca50bd1 commit 197d47c

9 files changed

+2608
-2629
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nesbot/carbon": "^2.49",
3333
"php-parallel-lint/php-parallel-lint": "^1.2",
3434
"phpstan/phpstan-deprecation-rules": "^2.0.2",
35-
"phpstan/phpstan-phpunit": "^2.0",
35+
"phpstan/phpstan-phpunit": "^2.0.8",
3636
"phpstan/phpstan-strict-rules": "^2.0",
3737
"phpunit/phpunit": "^9.6.20",
3838
"ramsey/uuid": "^4.2",

tests/DoctrineIntegration/ODM/DocumentManagerTypeInferenceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
final class DocumentManagerTypeInferenceTest extends TypeInferenceTestCase
99
{
1010

11-
/**
12-
* @return iterable<mixed>
13-
*/
1411
public function dataFileAsserts(): iterable
1512
{
1613
yield from $this->gatherAssertTypes(__DIR__ . '/data/documentManagerDynamicReturn.php');

tests/DoctrineIntegration/ORM/EntityManagerTypeInferenceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
class EntityManagerTypeInferenceTest extends TypeInferenceTestCase
1010
{
1111

12-
/**
13-
* @return iterable<mixed>
14-
*/
1512
public function dataFileAsserts(): iterable
1613
{
1714
$ormVersion = InstalledVersions::getVersion('doctrine/orm');

tests/DoctrineIntegration/ORM/EntityManagerWithoutObjectManagerLoaderTypeInferenceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
class EntityManagerWithoutObjectManagerLoaderTypeInferenceTest extends TypeInferenceTestCase
1010
{
1111

12-
/**
13-
* @return iterable<mixed>
14-
*/
1512
public function dataFileAsserts(): iterable
1613
{
1714
$ormVersion = InstalledVersions::getVersion('doctrine/orm');

tests/DoctrineIntegration/Persistence/ManagerRegistryTypeInferenceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
class ManagerRegistryTypeInferenceTest extends TypeInferenceTestCase
88
{
99

10-
/**
11-
* @return iterable<mixed>
12-
*/
1310
public function dataFileAsserts(): iterable
1411
{
1512
yield from $this->gatherAssertTypes(__DIR__ . '/data/managerRegistryRepositoryDynamicReturn.php');

tests/DoctrineIntegration/TypeInferenceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
class TypeInferenceTest extends TypeInferenceTestCase
88
{
99

10-
/**
11-
* @return iterable<mixed>
12-
*/
1310
public function dataFileAsserts(): iterable
1411
{
1512
yield from $this->gatherAssertTypes(__DIR__ . '/data/getRepository.php');

0 commit comments

Comments
 (0)