Completed
Push — develop ( bb3154...101221 )
by Martin
04:01
created
src/MartinGeorgiev/SocialPost/Provider/Facebook/SDK5.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace MartinGeorgiev\SocialPost\Provider\Facebook;
6 6
 
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
         string $description = ''
53 53
     ): bool {
54 54
         try {
55
-            $publishPostEndpoint = '/' . $this->pageId. '/feed';
55
+            $publishPostEndpoint = '/' . $this->pageId . '/feed';
56 56
             $response = $this->facebook->post(
57 57
                 $publishPostEndpoint,
58 58
                 $this->prepareParams($message, $link, $pictureLink, $caption, $description)
Please login to merge, or discard this patch.