Completed
Push — final ( d26b7a...86b86f )
by Georges
13s
created
src/phpFastCache/CacheManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
 
346 346
 
347 347
     /**
348
-     * @return array
348
+     * @return ExtendedCacheItemPoolInterface[]
349 349
      */
350 350
     public static function getDefaultConfig()
351 351
     {
@@ -353,7 +353,7 @@  discard block
 block discarded – undo
353 353
     }
354 354
 
355 355
     /**
356
-     * @return array
356
+     * @return string[]
357 357
      */
358 358
     public static function getStaticSystemDrivers()
359 359
     {
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
     }
381 381
 
382 382
     /**
383
-     * @return array
383
+     * @return string[]
384 384
      */
385 385
     public static function getStaticAllDrivers()
386 386
     {
Please login to merge, or discard this patch.