Passed
Branch master (ae5471)
by Luca
03:04
created
src/EntityDecoder.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@  discard block
 block discarded – undo
24 24
     private $entities = false;
25 25
     private $style;
26 26
 
27
-     /**
28
-     * @param string $style       Either 'HTML', 'Markdown' or 'MarkdownV2'.
29
-     */
27
+      /**
28
+       * @param string $style       Either 'HTML', 'Markdown' or 'MarkdownV2'.
29
+       */
30 30
     public function __construct(string $style = 'HTML')
31 31
     {
32 32
         $this->style       = $style;
@@ -384,7 +384,7 @@  discard block
 block discarded – undo
384 384
             {
385 385
                 if(in_array($entity->type, array('bold', 'italic', 'code', 'pre', 'text_mention', 'text_link', 'strikethrough', 'underline', 'spoiler')))
386 386
                 {
387
-                   $entities[] = $entity;
387
+                    $entities[] = $entity;
388 388
                 }
389 389
             }
390 390
         }
Please login to merge, or discard this patch.