Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/delete-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest committed Jun 14, 2024
2 parents c9695a1 + 8bff2e9 commit 4df1ab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FixtureLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class FixtureLoader
{
/** @var array<Fixture> */
/** @var array<Fixture> */
private readonly array $fixtures;

Expand Down Expand Up @@ -136,7 +135,6 @@ private function checkThatAllDependenciesAreInGroup(
* Check if dependencies of fixture are also in the same group. If not, show error and stop process.
*
* @param array<string, Fixture> $references
* @param array<string, Fixture> $references
*/
private function checkDependenciesAreInSameGroup(
Fixture $fixture,
Expand Down

0 comments on commit 4df1ab0

Please sign in to comment.