We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce890f0 commit 494d494Copy full SHA for 494d494
src/Codeception/Module/Doctrine.php
@@ -689,7 +689,7 @@ private function extractPrimaryKey(object $instance)
689
*
690
* This method requires [`doctrine/data-fixtures`](https://github.com/doctrine/data-fixtures) to be installed.
691
692
- * @param class-string<FixtureInterface>|class-string<FixtureInterface>[]|list<FixtureInterface> $fixtures
+ * @param class-string<\Doctrine\Common\DataFixtures\FixtureInterface>|class-string<\Doctrine\Common\DataFixtures\FixtureInterface>[]|list<\Doctrine\Common\DataFixtures\FixtureInterface> $fixtures
693
* @param bool $append
694
* @throws ModuleException
695
* @throws ModuleRequireException
0 commit comments