Skip to content

Commit 08b20ea

Browse files
committed
Remove explicit type declaration
1 parent 7a7fe30 commit 08b20ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Utility/FrontendUtility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class FrontendUtility
4040
*
4141
* @throws \JsonException
4242
*/
43-
public static function addQueryInformationAsJavaScript(array $query, array $settings, ?int $position = null, array $arguments = []): string
43+
public static function addQueryInformationAsJavaScript($query, array $settings, ?int $position = null, $arguments = []): string
4444
{
4545
if ($settings['paging']['detailPagePaging']) {
4646
if (array_key_exists('underlyingQuery', $arguments)) {

0 commit comments

Comments
 (0)