Skip to content

Commit cb3701a

Browse files
committed
typos
1 parent 4c89194 commit cb3701a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function setContainer(Container $container)
2424
$this->container = $container;
2525
}
2626

27-
/**
27+
/**
2828
* @param Request $request
2929
* @return Response
3030
*/

src/Codeception/Module/Nette.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function _before(TestCase $test)
100100
$this->client = new NetteConnector();
101101
$this->client->setContainer($this->container);
102102
parent::_before($test);
103-
}
103+
}
104104

105105
public function _after(TestCase $test)
106106
{

0 commit comments

Comments
 (0)