Completed
Pull Request — master (#124)
by Thomas
10:45
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.
src/Parser/Helper/GetPattern.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      *
83 83
      * @param string $userAgent
84 84
      *
85
-     * @return \Generator
85
+     * @return \Iterator
86 86
      */
87 87
     public function getPatterns($userAgent)
88 88
     {
Please login to merge, or discard this patch.