Commit 4e1ca0c7 authored by Rob Bayliss's avatar Rob Bayliss

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