diff options
| author | 2022-01-06 22:39:35 +0100 | |
|---|---|---|
| committer | 2022-01-06 22:39:35 +0100 | |
| commit | 8e398d24f132095fffba0db3c7ceea9a43371b4d (patch) | |
| tree | ea40e91c9e55f590826dc6571f2a9a098431535c /lib/Minz/Url.php | |
| parent | d339b6dd454d814ffc323fa9077b70e33339c479 (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.php | 2 |
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); |
