We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb9a0b commit 666b409Copy full SHA for 666b409
src/Control/Controller.php
@@ -627,9 +627,8 @@ public function redirectedTo()
627
* Caution: All parameters are expected to be URI-encoded already.
628
*
629
* @param string|array $arg One or more link segments, or list of link segments as an array
630
- * @return string
631
*/
632
- public static function join_links($arg = null)
+ public static function join_links($arg = null): string
633
{
634
if (func_num_args() === 1 && is_array($arg)) {
635
$args = $arg;
0 commit comments