Skip to content

Commit a9193e4

Browse files
committed
cs
1 parent 1eb06d2 commit a9193e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/Functional/CovertTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function setup()
4848
/**
4949
* @dataProvider requestProvider
5050
*
51-
* @param Request|ServerRequestInterface $request
51+
* @param Request|ServerRequestInterface $request
5252
* @param HttpFoundationFactoryInterface|HttpMessageFactoryInterface $firstFactory
5353
* @param HttpFoundationFactoryInterface|HttpMessageFactoryInterface $secondFactory
5454
*/
@@ -164,7 +164,6 @@ public function testConvertResponseMultipleTimes($response, $firstFactory, $seco
164164
$temporaryResponse = $firstFactory->createResponse($response);
165165
$finalResponse = $secondFactory->createResponse($temporaryResponse);
166166

167-
168167
if ($finalResponse instanceof Response) {
169168
$this->assertEquals($response->getAge(), $finalResponse->getAge());
170169
$this->assertEquals($response->getCharset(), $finalResponse->getCharset());
@@ -191,7 +190,6 @@ public function testConvertResponseMultipleTimes($response, $firstFactory, $seco
191190
} else {
192191
$this->fail('$finalResponse must be an instance of PSR7 or a HTTPFoundation response');
193192
}
194-
195193
}
196194

197195
public function responseProvider()

0 commit comments

Comments
 (0)