Merge remote branch 'hhamon/typo_fix'

* hhamon/typo_fix:
  [FrameworkBundle] some typo fixes in phpdoc.
This commit is contained in:
Fabien Potencier 2011-06-07 19:39:03 +02:00
commit 74fbdc2fe2

View File

@ -112,7 +112,7 @@ class Controller extends ContainerAware
}
/**
* Creates and returns a Form instance from the type of the form
* Creates and returns a Form instance from the type of the form.
*
* @param string|FormTypeInterface $type The built type of the form
* @param mixed $data The initial data for the form
@ -139,7 +139,7 @@ class Controller extends ContainerAware
}
/**
* Shortcut to return the Doctrine Registry class
* Shortcut to return the Doctrine Registry service.
*
* @return Registry
*/