Completed
Push — master ( 471490...1985a6 )
by Antonio Carlos
01:44
created
src/Support/UserAgentParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
                 ($this->operatingSystem->patch !== null ? '.'.$this->operatingSystem->patch : '');
39 39
     }
40 40
 
41
+    /**
42
+     * @param string $userAgent
43
+     */
41 44
     protected function getUserAgent($userAgent)
42 45
     {
43 46
         if (!empty($userAgent)) {
Please login to merge, or discard this patch.