Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20bab32

Browse files
Fix annotation
1 parent f6f6a60 commit 20bab32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Form/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ public function offsetExists($name)
930930
*
931931
* @return FormInterface The child form
932932
*
933-
* @throws \OutOfBoundsException if the named child does not exist
933+
* @throws OutOfBoundsException if the named child does not exist
934934
*/
935935
public function offsetGet($name)
936936
{

src/Symfony/Component/Form/FormInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function add($child, $type = null, array $options = []);
6262
*
6363
* @return self
6464
*
65-
* @throws \OutOfBoundsException if the named child does not exist
65+
* @throws Exception\OutOfBoundsException if the named child does not exist
6666
*/
6767
public function get($name);
6868

0 commit comments

Comments
 (0)