Skip to content

Commit d7612e8

Browse files
committed
fixed CS
1 parent 400eba4 commit d7612e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ControllerMetadata/ArgumentMetadataFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
interface ArgumentMetadataFactoryInterface
2020
{
2121
/**
22-
* @param mixed $controller The controller to resolve the arguments for.
22+
* @param mixed $controller The controller to resolve the arguments for
2323
*
2424
* @return ArgumentMetadata[]
2525
*/

Exception/HttpException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function getHeaders()
4242
/**
4343
* Set response headers.
4444
*
45-
* @param array $headers Response headers.
45+
* @param array $headers Response headers
4646
*/
4747
public function setHeaders(array $headers)
4848
{

Tests/Exception/UnprocessableEntityHttpExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class UnprocessableEntityHttpExceptionTest extends HttpExceptionTest
1010
* Test that setting the headers using the setter function
1111
* is working as expected.
1212
*
13-
* @param array $headers The headers to set.
13+
* @param array $headers The headers to set
1414
*
1515
* @dataProvider headerDataProvider
1616
*/

0 commit comments

Comments
 (0)