Completed
Push — 1.x ( d54394...964a06 )
by Cy
01:54
created
src/Configuration/Loader.php 1 patch
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.
src/RedisSentinelDatabase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      * @param array $server  The configuration options for the connection
105 105
      * @param array $options The global options shared by all Sentinel clients
106 106
      *
107
-     * @return Client The Predis Client instance
107
+     * @return PredisConnection The Predis Client instance
108 108
      */
109 109
     protected function createSingleClient(array $server, array $options)
110 110
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      * Sets the Sentinel-specific connection options on a Predis Client
134 134
      * connection
135 135
      *
136
-     * @param Client $client       The Predis Client to set options for
136
+     * @param PredisConnection $client       The Predis Client to set options for
137 137
      * @param array  $sentinelOpts The options supported by Predis for
138 138
      * Sentinel-specific connections
139 139
      *
Please login to merge, or discard this patch.