From 4f0630de3e3a1264ae05388172e67f73ebe176db Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 6 May 2021 19:54:27 +0200 Subject: [PATCH] DomCi --- sse.php | 2 +- tools/sqlMigrate.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sse.php b/sse.php index 5a54813..775d87c 100644 --- a/sse.php +++ b/sse.php @@ -99,7 +99,7 @@ class sse // }}} /** The optional handler to use in DataOnly. Must be callable method - * @param callable|null $handler + * @param callable|null $handler The handler * If callable is null, remove the handler for this event * @param mixed... $params The optional needed parameters */ diff --git a/tools/sqlMigrate.php b/tools/sqlMigrate.php index 01f16ab..34270c8 100755 --- a/tools/sqlMigrate.php +++ b/tools/sqlMigrate.php @@ -353,6 +353,7 @@ class main /** Ask a question to the user and return the answer * @param string $question the question message + * @param string|null $proposal The optional pre-filled proposal * @return string The answer */ public function ask ($question, $proposal = "")