Fix annotation

This commit is contained in:
Vincent Langlet 2020-05-01 17:20:42 +02:00
parent f7749c3774
commit 67b744929f
2 changed files with 2 additions and 2 deletions

View File

@ -932,7 +932,7 @@ class Form implements \IteratorAggregate, FormInterface
*
* @return FormInterface The child form
*
* @throws \OutOfBoundsException if the named child does not exist
* @throws OutOfBoundsException if the named child does not exist
*/
public function offsetGet($name)
{

View File

@ -62,7 +62,7 @@ interface FormInterface extends \ArrayAccess, \Traversable, \Countable
*
* @return self
*
* @throws \OutOfBoundsException if the named child does not exist
* @throws Exception\OutOfBoundsException if the named child does not exist
*/
public function get($name);