Passed
Branchmaster (3bf788)
by Kieran
03:00
created
Category
src/FlatPlan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     {
69 69
         $json    = $article->getJson();
70 70
         $options = $this->getHeaders();
71
-        $options['form_params'] = ['articleJson' => $json];
71
+        $options[ 'form_params' ] = [ 'articleJson' => $json ];
72 72
         try {
73 73
             $response = $this->client->post(
74 74
                 $this->endpoint . '/article',
Please login to merge, or discard this patch.
src/Components/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
     private $text;
6 6
     private $format;
7
-    protected $formats = ['html', 'markdown', 'none'];
7
+    protected $formats = [ 'html', 'markdown', 'none' ];
8 8
 
9 9
     public function setFormat($format = null)
10 10
     {
Please login to merge, or discard this patch.