fix:更新已知bug,优化代码
This commit is contained in:
@@ -23,7 +23,7 @@ use Symfony\Component\HttpFoundation\Response;
|
||||
final class ResponseFormatSame extends Constraint
|
||||
{
|
||||
private $request;
|
||||
private $format;
|
||||
private ?string $format;
|
||||
|
||||
public function __construct(Request $request, ?string $format)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user