Completed
Pull Request — master (#12)
by Jérémy
01:39
created
src/Writer/Version1/Renderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      *
22 22
      * @property int $flags
23 23
      */
24
-    public function __construct($flags = JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT)
24
+    public function __construct($flags = JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT)
25 25
     {
26 26
         $this->flags = $flags;
27 27
     }
Please login to merge, or discard this patch.