From b68f0f5af18c00e83c2de77296c2414c84804dd4 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Aug 2018 21:22:20 +0200 Subject: [PATCH] Indentation --- src/psm/Service/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psm/Service/Database.php b/src/psm/Service/Database.php index c75690df..82aaca68 100644 --- a/src/psm/Service/Database.php +++ b/src/psm/Service/Database.php @@ -86,7 +86,7 @@ class Database { * @param string $user * @param string $pass * @param string $db - * @param string|integer $port + * @param string|integer $port */ function __construct($host = null, $user = null, $pass = null, $db = null, $port = '') { if ($host != null && $user != null && $pass !== null && $db != null) {