Completed
Pull Request — master (#185)
by
unknown
12:19
created
src/BrowscapUpdater.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Sets a cache instance
103 103
      *
104
-     * @param \BrowscapPHP\Cache\BrowscapCacheInterface|\Psr\SimpleCache\CacheInterface $cache
104
+     * @param BrowscapCacheInterface $cache
105 105
      *
106 106
      * @throws \BrowscapPHP\Exception
107 107
      *
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
     /**
398 398
      * @param string $content
399 399
      *
400
-     * @return mixed
400
+     * @return string
401 401
      */
402 402
     private function sanitizeContent($content)
403 403
     {
Please login to merge, or discard this patch.
src/Cache/BrowscapCacheInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * Constructor class, checks for the existence of (and loads) the cache and
55 55
      * if needed updated the definitions
56 56
      *
57
-     * @param \Psr\SimpleCache\CacheInterface $cache
57
+     * @return void
58 58
      */
59 59
     public function __construct(CacheInterface $adapter);
60 60
 
Please login to merge, or discard this patch.