Passed
Pull Request — master (#68)
by
unknown
06:50
created
src/OpenGraph.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $headers = [
60 60
             'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
61 61
             'Cache-Control: no-cache',
62
-            'User-Agent: ' . $userAgent,
62
+            'User-Agent: '.$userAgent,
63 63
         ];
64 64
 
65 65
         if ($lang) {
Please login to merge, or discard this patch.