File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ parameters:
18
18
excludePaths:
19
19
- src/deprecation.php
20
20
- src/Core/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php
21
+ - src/Util/ResponseTrait71.php
21
22
# Class ... extends final class cannot be ignored...
22
23
- src/Core/Action/EntrypointAction.php
23
24
- src/Core/Action/ExceptionAction.php
Original file line number Diff line number Diff line change @@ -20,15 +20,11 @@ interface QueryNameGeneratorInterface
20
20
{
21
21
/**
22
22
* Generates a cacheable alias for DQL join.
23
- *
24
- * @return literal-string
25
23
*/
26
24
public function generateJoinAlias (string $ association ): string ;
27
25
28
26
/**
29
27
* Generates a cacheable parameter name for DQL query.
30
- *
31
- * @return literal-string
32
28
*/
33
29
public function generateParameterName (string $ name ): string ;
34
30
}
You can’t perform that action at this time.
0 commit comments