-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0354483
commit bfe5106
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,8 +64,9 @@ private function getQueryResult(MethodInvocation $invocation, QueryInterface $qu | |
} | ||
|
||
/** | ||
* @param MethodInvocation<object> $invocation | ||
* @param mixed $result | ||
* @param MethodInvocation $invocation | ||
Check failure on line 67 in src/QueryInterceptor.php GitHub Actions / cs / Coding Standards
Check failure on line 67 in src/QueryInterceptor.php GitHub Actions / cs / Coding Standards
|
||
* @param array|object|scalar|null $result | ||
Check failure on line 68 in src/QueryInterceptor.php GitHub Actions / cs / Coding Standards
|
||
* @return ResourceObject | ||
Check failure on line 69 in src/QueryInterceptor.php GitHub Actions / cs / Coding Standards
|
||
*/ | ||
private function returnRo(ResourceObject $ro, MethodInvocation $invocation, $result): ResourceObject | ||
Check failure on line 71 in src/QueryInterceptor.php GitHub Actions / sa / PHPStan
|
||
{ | ||
|