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 committed Jan 9, 2020
1 parent f0ee99c commit df55644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 df55644

Please sign in to comment.