Skip to content

Commit 2ea0f30

Browse files
CS fix
1 parent 55b0015 commit 2ea0f30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Generator/UrlGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ public function generate(string $name, array $parameters = [], int $referenceTyp
162162
}
163163

164164
/**
165+
* @return string
166+
*
165167
* @throws MissingMandatoryParametersException When some parameters are missing that are mandatory for the route
166168
* @throws InvalidParameterException When a parameter value for a placeholder is not correct because
167169
* it does not match the requirement
168-
*
169-
* @return string
170170
*/
171171
protected function doGenerate(array $variables, array $defaults, array $requirements, array $tokens, array $parameters, string $name, int $referenceType, array $hostTokens, array $requiredSchemes = [])
172172
{

Tests/Annotation/RouteTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public static function provideDeprecationArrayAsFirstArgument()
6060

6161
/**
6262
* @group legacy
63+
*
6364
* @dataProvider provideDeprecationArrayAsFirstArgument
6465
*/
6566
public function testDeprecationArrayAsFirstArgument(string $parameter, $value, string $getter)
@@ -72,6 +73,7 @@ public function testDeprecationArrayAsFirstArgument(string $parameter, $value, s
7273

7374
/**
7475
* @requires PHP 8
76+
*
7577
* @dataProvider getValidParameters
7678
*/
7779
public function testLoadFromAttribute(string $methodName, string $getter, $expectedReturn)

0 commit comments

Comments
 (0)