Skip to content

Commit 36e2733

Browse files
committed
Fix CI
1 parent 1cbcf53 commit 36e2733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controller/Debug.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ public function encode(Request $request): Template
107107

108108
/**
109109
* @param string $raw
110-
* @return string
110+
* @return string[]|string
111111
*/
112-
private function getValue(string $raw): string
112+
private function getValue(string $raw): array|string
113113
{
114114
$val = $raw;
115115

0 commit comments

Comments
 (0)