From 755886718eeff9cacc9729cd65852e115accaafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 31 Jul 2024 13:35:06 +0200 Subject: [PATCH] Fix docblock in Iseed --- src/Orangehill/Iseed/Iseed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orangehill/Iseed/Iseed.php b/src/Orangehill/Iseed/Iseed.php index 20e5c8e..41dc289 100644 --- a/src/Orangehill/Iseed/Iseed.php +++ b/src/Orangehill/Iseed/Iseed.php @@ -57,7 +57,7 @@ public function readStubFile($file) * @param string $database * @param int $max * @param string $prerunEvent - * @param string $postunEvent + * @param string $postrunEvent * @return bool * @throws Orangehill\Iseed\TableNotFoundException */ @@ -217,7 +217,7 @@ public function getStubPath() * @param string $data * @param int $chunkSize * @param string $prerunEvent - * @param string $postunEvent + * @param string $postrunEvent * @return string */ public function populateStub($class, $stub, $table, $data, $chunkSize = null, $prerunEvent = null, $postrunEvent = null, $indexed = true)