Small grammar mistake in documentation

This commit is contained in:
Michael Käfer 2019-05-26 22:15:37 +02:00 committed by Fabien Potencier
parent b647f74996
commit ec098d6c5d

View File

@ -31,7 +31,7 @@ interface ControllerResolverInterface
* As several resolvers can exist for a single application, a resolver must * As several resolvers can exist for a single application, a resolver must
* return false when it is not able to determine the controller. * return false when it is not able to determine the controller.
* *
* The resolver must only throw an exception when it should be able to load * The resolver must only throw an exception when it should be able to load a
* controller but cannot because of some errors made by the developer. * controller but cannot because of some errors made by the developer.
* *
* @return callable|false A PHP callable representing the Controller, * @return callable|false A PHP callable representing the Controller,