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)
669669 }
670670
671671 /**
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,
673673 * an instance, or an array of class names/instances.
674674 *
675675 * ```php
@@ -701,7 +701,7 @@ public function loadFixtures($fixtures, bool $append = true): void
701701 || !class_exists (ORMExecutor::class)) {
702702 throw new ModuleRequireException (
703703 __CLASS__ ,
704- 'Doctrine fixtures support in unavailable.\nPlease, install doctrine/data-fixtures. '
704+ 'Doctrine fixtures support is unavailable.\nPlease, install doctrine/data-fixtures. '
705705 );
706706 }
707707
You can’t perform that action at this time.
0 commit comments