Skip to content

Commit ce3eb82

Browse files
committed
Fixed whitespace
1 parent 1f758ec commit ce3eb82

File tree

1 file changed

+1
-1
lines changed
  • src/Arachne/Codeception/Util/Connector

1 file changed

+1
-1
lines changed

src/Arachne/Codeception/Util/Connector/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function doRequest($request)
4545
// Compatibility
4646
Environment::setContext($this->container);
4747

48-
// The HTTP code from previous test sometimes survives in http_response_code() so it's necessary to reset it manually.
48+
// The HTTP code from previous test sometimes survives in http_response_code() so it's necessary to reset it manually.
4949
$httpResponse = $this->container->getByType('Nette\Http\IResponse');
5050
$httpResponse->setCode(IResponse::S200_OK);
5151

0 commit comments

Comments
 (0)