diff --git a/src/FixtureLoader.php b/src/FixtureLoader.php index 4065c66..eaf72e2 100644 --- a/src/FixtureLoader.php +++ b/src/FixtureLoader.php @@ -8,7 +8,6 @@ class FixtureLoader { - /** @var array */ /** @var array */ private readonly array $fixtures; @@ -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 $references - * @param array $references */ private function checkDependenciesAreInSameGroup( Fixture $fixture,