Completed
Push — stashsqlite ( 6d223c )
by Richard
11:52
created
htdocs/xoops_lib/Xoops/Core/Cache/CacheManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
      * @param string $driverName short name of the driver
198 198
      * @param array  $options    array of options for the driver
199 199
      *
200
-     * @return DriverInterface|false driver object or false if it could not be instantiated
200
+     * @return null|DriverInterface driver object or false if it could not be instantiated
201 201
      */
202 202
     protected function getDriver($driverName, $options)
203 203
     {
Please login to merge, or discard this patch.