Commit 2ba7d326 authored by Fabien Potencier's avatar Fabien Potencier

merged branch hhamon/phpdoc (PR #738)

This PR was merged into the 1.0 branch.

Discussion
----------

Fixed typo in the ServiceProviderInterface interface PHPDoc block.

Commits
-------

8bf3f788 Fixed typo in the ServiceProviderInterface interface PHPDoc block.
parents d8776876 8bf3f788
......@@ -31,7 +31,7 @@ interface ServiceProviderInterface
/**
* Bootstraps the application.
*
* This method is called after all services are registers
* This method is called after all services are registered
* and should be used for "dynamic" configuration (whenever
* a service must be requested).
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment