From 93e9c0f6923edd01b508411e50c1dbe24fb66c5f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 14 May 2025 17:14:51 +0200 Subject: [PATCH] Update Doctrine.php: Typo --- src/Codeception/Module/Doctrine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Codeception/Module/Doctrine.php b/src/Codeception/Module/Doctrine.php index 35c79df..cae50f7 100644 --- a/src/Codeception/Module/Doctrine.php +++ b/src/Codeception/Module/Doctrine.php @@ -669,7 +669,7 @@ private function extractPrimaryKey(object $instance) } /** - * Loads fixtures. Fixture can be specified as a fully qualified class name, + * Loads fixtures. The fixture class can be specified as a fully qualified class name, * an instance, or an array of class names/instances. * * ```php @@ -701,7 +701,7 @@ public function loadFixtures($fixtures, bool $append = true): void || !class_exists(ORMExecutor::class)) { throw new ModuleRequireException( __CLASS__, - 'Doctrine fixtures support in unavailable.\nPlease, install doctrine/data-fixtures.' + 'Doctrine fixtures support is unavailable.\nPlease, install doctrine/data-fixtures.' ); }