@@ -511,7 +511,7 @@ discard block |
||
511 | 511 | $graphVersion = FacebookUrlManipulator::forceSlashPrefix($this->graphVersion); |
512 | 512 | $endpoint = FacebookUrlManipulator::forceSlashPrefix($this->getEndpoint()); |
513 | 513 | |
514 | - $url = $graphVersion . $endpoint; |
|
514 | + $url = $graphVersion.$endpoint; |
|
515 | 515 | |
516 | 516 | if ($this->getMethod() !== 'POST') { |
517 | 517 | $params = $this->getParams(); |
@@ -529,7 +529,7 @@ discard block |
||
529 | 529 | public static function getDefaultHeaders() |
530 | 530 | { |
531 | 531 | return [ |
532 | - 'User-Agent' => 'fb-php-' . Facebook::VERSION, |
|
532 | + 'User-Agent' => 'fb-php-'.Facebook::VERSION, |
|
533 | 533 | 'Accept-Encoding' => '*', |
534 | 534 | ]; |
535 | 535 | } |