Skip to content

Commit 01679ff

Browse files
committed
Adding support to bind scalar values to controller arguments
1 parent 1332b15 commit 01679ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ public function setAutowired($autowired)
838838
/**
839839
* Gets bindings.
840840
*
841-
* @return array
841+
* @return array|BoundArgument[]
842842
*/
843843
public function getBindings()
844844
{

0 commit comments

Comments
 (0)