Completed
Pull Request — master (#181)
by Jay
12:03
created
src/BrowscapUpdater.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Sets a cache instance
105 105
      *
106
-     * @param \BrowscapPHP\Cache\BrowscapCacheInterface|\WurflCache\Adapter\AdapterInterface $cache
106
+     * @param BrowscapCacheInterface $cache
107 107
      *
108 108
      * @throws \BrowscapPHP\Exception
109 109
      *
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
     /**
400 400
      * @param string $content
401 401
      *
402
-     * @return mixed
402
+     * @return string
403 403
      */
404 404
     private function sanitizeContent($content)
405 405
     {
Please login to merge, or discard this patch.