Skip to content

Commit

Permalink
feat: Fix phpstan errs
Browse files Browse the repository at this point in the history
  • Loading branch information
KminekMatej committed Sep 5, 2024
1 parent b4bf4ea commit 3dff96c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/module/autotest/entity/RequestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ private function createInitialRequest(IRequest $httpRequest): Request
$httpRequest->getMethod(),
$params,
$httpRequest->getPost(),
$httpRequest->getFiles(),
[Request::SECURED => $httpRequest->isSecured()]
$httpRequest->getFiles()
);
}

Expand Down

0 comments on commit 3dff96c

Please sign in to comment.