From 824b87a203116284d1d0e7e0b12c4a84b619a9c3 Mon Sep 17 00:00:00 2001 From: francois-capon <46624375+francois-capon@users.noreply.github.com> Date: Sat, 2 May 2020 15:39:44 +0200 Subject: [PATCH] Remove space before colon in the comment --- fc-sqlite-connection-without-credentials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fc-sqlite-connection-without-credentials.php b/fc-sqlite-connection-without-credentials.php index 6d136d6..6f1a3ee 100644 --- a/fc-sqlite-connection-without-credentials.php +++ b/fc-sqlite-connection-without-credentials.php @@ -34,7 +34,7 @@ function loginForm() { } /** - * Overwrite the Adminer::login(string $login, string $password) method : Authorize the user + * Overwrite the Adminer::login(string $login, string $password) method: Authorize the user * * @return return always true */