Skip to content

Commit

Permalink
Merge pull request #332 from ruudk/patch-1
Browse files Browse the repository at this point in the history
Add correct return type to DependentFixtureInterface::getDependencies
  • Loading branch information
greg0ire committed Jan 11, 2020
2 parents 93d8e69 + e12d512 commit a933e60
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 class-string[]
*/
public function getDependencies();
}

0 comments on commit a933e60

Please sign in to comment.