aboutsummaryrefslogtreecommitdiff
path: root/lib/Minz/Url.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-01-06 22:39:35 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-06 22:39:35 +0100
commit8e398d24f132095fffba0db3c7ceea9a43371b4d (patch)
treeea40e91c9e55f590826dc6571f2a9a098431535c /lib/Minz/Url.php
parentd339b6dd454d814ffc323fa9077b70e33339c479 (diff)
Fix several PHP8.1 warnings (#4123)
* Fix several PHP8.1 warnings Taking advantage of https://github.com/FreshRSS/FreshRSS/pull/4121 * Couple oh type hints missing * Compatibility PHP 7 * Fix variadic PHPDocs syntax
Diffstat (limited to 'lib/Minz/Url.php')
-rw-r--r--lib/Minz/Url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Url.php b/lib/Minz/Url.php
index 777962e25..0bbf28b0d 100644
--- a/lib/Minz/Url.php
+++ b/lib/Minz/Url.php
@@ -121,7 +121,7 @@ class Minz_Url {
/**
* @param string $controller
* @param string $action
- * @param string $args
+ * @param string ...$args
*/
function _url ($controller, $action, ...$args) {
$nb_args = count($args);