fixed typoss

This commit is contained in:
Fabien Potencier 2013-09-12 12:56:56 +02:00
parent 3e370f66a5
commit e0ef289363
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ class LocaleListener implements EventSubscriberInterface
* Sets the current Request.
*
* This method was used to synchronize the Request, but as the HttpKernel
* is doing that automatically now, you should never be called it directly.
* is doing that automatically now, you should never call it directly.
* It is kept public for BC with the 2.3 version.
*
* @param Request|null $request A Request instance

View File

@ -76,7 +76,7 @@ class RouterListener implements EventSubscriberInterface
* Sets the current Request.
*
* This method was used to synchronize the Request, but as the HttpKernel
* is doing that automatically now, you should never be called it directly.
* is doing that automatically now, you should never call it directly.
* It is kept public for BC with the 2.3 version.
*
* @param Request|null $request A Request instance

View File

@ -71,7 +71,7 @@ class FragmentHandler
* Sets the current Request.
*
* This method was used to synchronize the Request, but as the HttpKernel
* is doing that automatically now, you should never be called it directly.
* is doing that automatically now, you should never call it directly.
* It is kept public for BC with the 2.3 version.
*
* @param Request|null $request A Request instance