Skip to content

Commit 9541bbe

Browse files
committed
BC promise clarification
1 parent a3b36bd commit 9541bbe

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Rules/Doctrine/ORM/DynamicQueryBuilderArgumentException.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
class DynamicQueryBuilderArgumentException extends Exception
88
{
99

10+
/** @api */
11+
public function __construct()
12+
{
13+
parent::__construct();
14+
}
15+
1016
}

src/Type/Doctrine/ArgumentsProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class ArgumentsProcessor
1616
* @param string $methodName
1717
* @param \PhpParser\Node\Arg[] $methodCallArgs
1818
* @return mixed[]
19+
* @throws DynamicQueryBuilderArgumentException
1920
*/
2021
public function processArgs(
2122
Scope $scope,

0 commit comments

Comments
 (0)