Skip to content

Commit ba979b4

Browse files
[5.4] cs fixes
1 parent 9733f1c commit ba979b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Fragment/FragmentUriGeneratorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ interface FragmentUriGeneratorInterface
2727
* @param bool $absolute Whether to generate an absolute URL or not
2828
* @param bool $strict Whether to allow non-scalar attributes or not
2929
* @param bool $sign Whether to sign the URL or not
30-
*
31-
* @return string
3230
*/
3331
public function generate(ControllerReference $controller, Request $request = null, bool $absolute = false, bool $strict = true, bool $sign = true): string;
3432
}

0 commit comments

Comments
 (0)