Completed
Push — 2.x ( 8082d2...0a1276 )
by Cy
01:40
created
src/Configuration/Loader.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     /**
130 130
      * Create an instance of the loader and load the configuration in one step.
131 131
      *
132
-     * @param LaravelApplication|LumenApplication $app The current application
132
+     * @param \Illuminate\Contracts\Foundation\Application $app The current application
133 133
      * instance that provides context and services needed to load the
134 134
      * appropriate configuration.
135 135
      *
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Monospice\LaravelRedisSentinel\Configuration;
4 4
 
5
-use Illuminate\Broadcasting\BroadcastManager;
6 5
 use Illuminate\Foundation\Application as LaravelApplication;
7 6
 use Illuminate\Support\Arr;
8 7
 use Laravel\Lumen\Application as LumenApplication;
Please login to merge, or discard this patch.