Completed
Push — master ( 9ea097...99bcd1 )
by Nate
04:39 queued 01:06
created
src/events/RegisterCachePools.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @param $pool
67
+     * @param PoolInterface $pool
68 68
      * @return null
69 69
      */
70 70
     protected function resolvePool($pool)
Please login to merge, or discard this patch.
src/Cache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
 
159 159
     /**
160 160
      * @param array $config
161
-     * @return object|DriverInterface
161
+     * @return DriverInterface
162 162
      * @throws \yii\base\InvalidConfigException
163 163
      */
164 164
     private function createDriver(array $config): DriverInterface
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     }
208 208
 
209 209
     /**
210
-     * @param null $default
210
+     * @param boolean $default
211 211
      * @return null|object
212 212
      */
213 213
     private function applicationLogger($default = null)
Please login to merge, or discard this patch.