Passed
Push — master ( 5f50d8...f6241d )
by Luca
02:40
created
src/EntityDecoder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
        */
32 32
     public function __construct(string $style = 'HTML')
33 33
     {
34
-        if(in_array($style, ["HTML", "MarkdownV2", "Markdown"]))
34
+        if (in_array($style, ["HTML", "MarkdownV2", "Markdown"]))
35 35
         {
36 36
             $this->style = $style;
37 37
         }
Please login to merge, or discard this patch.