Passed
Push — master ( f2f1e3...8e7d9e )
by Luca
02:31
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;
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
             {
395 395
                 if (in_array($entity->type, array('bold', 'italic', 'code', 'pre', 'text_mention', 'text_link', 'strikethrough', 'underline', 'spoiler')))
396 396
                 {
397
-                   $entities[] = $entity;
397
+                    $entities[] = $entity;
398 398
                 }
399 399
             }
400 400
         }
Please login to merge, or discard this patch.