提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

View File

View File

View File

View File

View File

View File

View File

@ -25,7 +25,7 @@ class QueryLocation extends AbstractLocation
*
* @param string $locationName
*/
public function __construct($locationName = 'query', QuerySerializerInterface $querySerializer = null)
public function __construct($locationName = 'query', ?QuerySerializerInterface $querySerializer = null)
{
parent::__construct($locationName);

View File

View File