Skip to content

Commit 9cb82ef

Browse files
committed
Fix mixed usage in 7.4
1 parent 5767b97 commit 9cb82ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/src/Query.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class Query implements \JsonSerializable
262262
* @param mixed $value
263263
* @return string
264264
*/
265-
public static function contains(string $attribute, mixed $value): string
265+
public static function contains(string $attribute, $value): string
266266
{
267267
return (new Query('contains', $attribute, $value))->__toString();
268268
}

0 commit comments

Comments
 (0)