Skip to content

Commit faffe24

Browse files
Update dependency liip/test-fixtures-bundle to v3.5.0 (#1129)
* Update dependency liip/test-fixtures-bundle to v3.5.0 * Update phpstan notation --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Frank Dekker <[email protected]>
1 parent fdd7e57 commit faffe24

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/AbstractFunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function getResponseArray(): array
8585
}
8686

8787
/**
88-
* @return class-string[]
88+
* @return list<class-string>
8989
*/
9090
abstract protected function getFixtures(): array;
9191
}

tests/AbstractRepositoryTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected static function getService(string $serviceId, ?string $alias = null):
7272
}
7373

7474
/**
75-
* @return class-string[]
75+
* @return list<class-string>
7676
*/
7777
abstract protected function getFixtures(): array;
7878
}

0 commit comments

Comments
 (0)