Skip to content

Commit bf5adc2

Browse files
committed
Update QueryReflection.php
1 parent de5b925 commit bf5adc2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/QueryReflection/QueryReflection.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,6 @@ public static function getQueryType(string $query): ?string
405405
return null;
406406
}
407407

408-
/**
409-
* Resolves prepared statement parameter types.
410-
*
411-
* @throws UnresolvableQueryException
412-
*/
413408
public function resolveParameterTypes(Expr $parameter, Scope $scope): Type
414409
{
415410
if ($parameter instanceof Expr\Array_) {

0 commit comments

Comments
 (0)