Passed
Push — master ( 8e7d9e...335ac0 )
by Luca
02:36
created
src/EntityDecoder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     private $style;
26 26
 
27 27
       /**
28
-      * @param string $style       Either 'HTML', 'Markdown' or 'MarkdownV2'.
29
-      */
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;
Please login to merge, or discard this patch.