Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Oct 30, 2023
1 parent 7872a3c commit 75fa5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/Factory/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public function createServerRequestFromGlobals(): ServerRequest
/* Could not reach this statement without mocking the function
*/
$headers = \getallheaders();
// @codeCoverageIgnoreEnd
// @codeCoverageIgnoreEnd
} else {
$headers = $this->getAllHeaders();
}
Expand Down

0 comments on commit 75fa5e3

Please sign in to comment.