Completed
Push — master ( dec1de...d8ae15 )
by Antonio Carlos
03:22 queued 01:46
created
src/Support/UserAgentParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     public $originalUserAgent;
18 18
 
19
-    public function __construct($basePath, $userAgent ='')
19
+    public function __construct($basePath, $userAgent = '')
20 20
     {
21 21
         if (!$userAgent && isset($_SERVER['HTTP_USER_AGENT'])) {
22 22
             $userAgent = $_SERVER['HTTP_USER_AGENT'];
Please login to merge, or discard this patch.