diff --git a/src/Illuminate/Support/ServiceProvider.php b/src/Illuminate/Support/ServiceProvider.php index f059a046bcf8..607431363e2a 100755 --- a/src/Illuminate/Support/ServiceProvider.php +++ b/src/Illuminate/Support/ServiceProvider.php @@ -11,8 +11,8 @@ use Illuminate\View\Compilers\BladeCompiler; /** - * @property array $bindings All of the container bindings that should be registered. - * @property array $singletons All of the singletons that should be registered. + * @property array $bindings All of the container bindings that should be registered. + * @property array $singletons All of the singletons that should be registered. */ abstract class ServiceProvider {