Skip to content

Commit

Permalink
Add correct return type to DependentFixtureInterface::getDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Dec 28, 2019
1 parent 608a35a commit 8231637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface DependentFixtureInterface
* This method must return an array of fixtures classes
* on which the implementing class depends on
*
* @return array
* @return FixtureInterface[]
*/
public function getDependencies();
}

0 comments on commit 8231637

Please sign in to comment.