Skip to content

Commit 72d0aa8

Browse files
committed
chore(phpstan): revert #4909 and ignore response trait 71
1 parent ae4a298 commit 72d0aa8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ parameters:
1818
excludePaths:
1919
- src/deprecation.php
2020
- src/Core/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php
21+
- src/Util/ResponseTrait71.php
2122
# Class ... extends final class cannot be ignored...
2223
- src/Core/Action/EntrypointAction.php
2324
- src/Core/Action/ExceptionAction.php

src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ interface QueryNameGeneratorInterface
2020
{
2121
/**
2222
* Generates a cacheable alias for DQL join.
23-
*
24-
* @return literal-string
2523
*/
2624
public function generateJoinAlias(string $association): string;
2725

2826
/**
2927
* Generates a cacheable parameter name for DQL query.
30-
*
31-
* @return literal-string
3228
*/
3329
public function generateParameterName(string $name): string;
3430
}

0 commit comments

Comments
 (0)