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