From 5802f97e117e642b2d275ecad67e28a70d49562e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Wed, 19 Jun 2024 06:51:30 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Jan-Hendrik Willms <tleilax+studip@gmail.com> --- lib/exceptions/PluginAlreadyLoadingException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exceptions/PluginAlreadyLoadingException.php b/lib/exceptions/PluginAlreadyLoadingException.php index 3a6645f6bee..e939a1911cb 100644 --- a/lib/exceptions/PluginAlreadyLoadingException.php +++ b/lib/exceptions/PluginAlreadyLoadingException.php @@ -7,7 +7,7 @@ */ class PluginAlreadyLoadingException extends Exception { - public function __construct($pluginClassName) + public function __construct(string $pluginClassName) { return parent::__construct( sprintf( -- GitLab