Commit da1ecef
committed
fix return type
grabFromRepository returns the result of `getSingleScalarResult`, which according to the documentation returns `mixed`:
https://www.doctrine-project.org/api/orm/2.6/Doctrine/ORM/Query.html#method_getSingleScalarResult1 parent 7dc7db7 commit da1ecef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
0 commit comments