Completed
Pull Request — master (#131)
by Thomas
11:20
created
src/Browscap.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     /**
151 151
      * Sets a cache instance
152 152
      *
153
-     * @param \BrowscapPHP\Cache\BrowscapCacheInterface|\WurflCache\Adapter\AdapterInterface $cache
153
+     * @param BrowscapCacheInterface $cache
154 154
      *
155 155
      * @throws \BrowscapPHP\Exception
156 156
      * @return \BrowscapPHP\Browscap
@@ -482,7 +482,7 @@  discard block
 block discarded – undo
482 482
     /**
483 483
      * @param string $content
484 484
      *
485
-     * @return mixed
485
+     * @return string
486 486
      */
487 487
     private function sanitizeContent($content)
488 488
     {
Please login to merge, or discard this patch.