Completed
Push — master ( c08329...745200 )
by Nate
12:46
created
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.