Skip to content

Commit 083ed0c

Browse files
Fix typos in Doctrine.php docs (#43)
1 parent ce890f0 commit 083ed0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codeception/Module/Doctrine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)