File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -669,7 +669,7 @@ private function extractPrimaryKey(object $instance)
669
669
}
670
670
671
671
/**
672
- * Loads fixtures. Fixture can be specified as a fully qualified class name,
672
+ * Loads fixtures. The fixture class can be specified as a fully qualified class name,
673
673
* an instance, or an array of class names/instances.
674
674
*
675
675
* ```php
@@ -701,7 +701,7 @@ public function loadFixtures($fixtures, bool $append = true): void
701
701
|| !class_exists (ORMExecutor::class)) {
702
702
throw new ModuleRequireException (
703
703
__CLASS__ ,
704
- 'Doctrine fixtures support in unavailable.\nPlease, install doctrine/data-fixtures. '
704
+ 'Doctrine fixtures support is unavailable.\nPlease, install doctrine/data-fixtures. '
705
705
);
706
706
}
707
707
You can’t perform that action at this time.
0 commit comments