Completed
Push — 4.0 ( c710b5...5960ab )
by Serhii
02:22
created
src/Detector.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @return mixed
54
+     * @return string
55 55
      */
56 56
     public function getUserAgent()
57 57
     {
@@ -109,6 +109,9 @@  discard block
 block discarded – undo
109 109
 
110 110
     }
111 111
 
112
+    /**
113
+     * @param string $type
114
+     */
112 115
     public function getPatternList($list, $type)
113 116
     {
114 117
         return array_key_exists($type, $list) ? $list[$type] : [];
Please login to merge, or discard this patch.