From 3d861a0bc7ad61e3a5e40b9cfa173aa0bbe5bb66 Mon Sep 17 00:00:00 2001 From: ozh Date: Sun, 17 Sep 2017 15:43:32 +0200 Subject: [PATCH] Fix docblock [skip ci] --- includes/YOURLS/Config/Config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/YOURLS/Config/Config.php b/includes/YOURLS/Config/Config.php index 00d3cbacc..0a4306186 100644 --- a/includes/YOURLS/Config/Config.php +++ b/includes/YOURLS/Config/Config.php @@ -60,7 +60,6 @@ public function set_root($root) { * Find config.php, either user defined or from standard location * * @since 1.7.3 - * @param mixed $config path to user defined config file * @return string path to found config file */ public function find_config() {