Commit 5f0fc5c1 authored by Fabien Potencier's avatar Fabien Potencier

minor #1340 Clarify purpose of BootableServiceProvider (rbayliss)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Clarify purpose of BootableServiceProvider

`BootableServiceProvider` has an outdated description.  This PR brings the comment into line with the rest of the interfaces in `Silex\Api`

Commits
-------

4e1ca0c7 Clarify purpose of BootableServiceProvider
parents 8a23a5b4 4e1ca0c7
......@@ -14,7 +14,7 @@ namespace Silex\Api;
use Silex\Application;
/**
* Interface that must implement all Silex service providers.
* Interface for bootable service providers.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
......
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