Skip to content

Commit

Permalink
Add correct return type to DependentFixtureInterface::getDependencies
Browse files Browse the repository at this point in the history
# Conflicts:
#	lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php
  • Loading branch information
ruudk authored and greg0ire committed Jan 11, 2020
1 parent 93d8e69 commit e12d512
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 e12d512

Please sign in to comment.