From d74379a58477435f5f7ccad8d35ca6e346f5e7c0 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 12 Jan 2022 11:32:01 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/http/API.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/http/API.php b/Blacklight/http/API.php index 5d719b730..ae7343b4a 100755 --- a/Blacklight/http/API.php +++ b/Blacklight/http/API.php @@ -168,7 +168,7 @@ class API extends Capabilities /** * Check if a parameter is empty. * - * @param string $parameter + * @param string $parameter */ public function verifyEmptyParameter(string $parameter): void {