Skip to content

Commit 5767b97

Browse files
committed
Use mixed
1 parent 9d16d04 commit 5767b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/php/src/Query.php.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ class Query implements \JsonSerializable
259259
* Contains
260260
*
261261
* @param string $attribute
262-
* @param string $value
262+
* @param mixed $value
263263
* @return string
264264
*/
265-
public static function contains(string $attribute, array $value): string
265+
public static function contains(string $attribute, mixed $value): string
266266
{
267267
return (new Query('contains', $attribute, $value))->__toString();
268268
}

0 commit comments

Comments
 (0)