Skip to content

Commit 63d58db

Browse files
authored
Merge pull request #115 from alexander-schranz/patch-1
Update QueryObjectModelFactoryInterface literal return type
2 parents b978854 + 0f012f9 commit 63d58db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Query/QOM/QueryObjectModelFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ public function bindVariable($bindVariableName);
608608
*
609609
* @param mixed $literalValue the value
610610
*
611-
* @return mixed the operand
611+
* @return LiteralInterface the operand
612612
*
613613
* @throws InvalidQueryException if a particular validity test
614614
* is possible on this method, the implementation chooses to perform

0 commit comments

Comments
 (0)