Completed
Pull Request — 2.1 (#1160)
by Greg
09:04
created
src/SWP/Bundle/CoreBundle/Service/FacebookInstantArticlesService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
             $instantArticleEntity->setStatus('new');
94 94
         }
95 95
 
96
-        $instantArticleEntity->setSubmissionId((string)$submissionId);
96
+        $instantArticleEntity->setSubmissionId((string) $submissionId);
97 97
         $this->facebookInstantArticlesArticleRepository->add($instantArticleEntity);
98 98
     }
99 99
 
Please login to merge, or discard this patch.