Passed
Push — main ( fcaf87...b0d456 )
by Leo
02:24
created
src/Space/Space.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * 
27 27
      * @param int $chars The number of space characters to display
28 28
      * @param string $kind Determines the kind of space to return. Values: space | escaped   
29
-    */
29
+     */
30 30
     
31 31
     public function __construct(int $chars = 1, string $kind = 'space')
32 32
     {
Please login to merge, or discard this patch.
src/Newline/Newline.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * 
27 27
      * @param int $lines The number of newlines to create
28 28
      * @param string $kind Determines the kind of newline to return. Values: linebreak | return | both
29
-    */
29
+     */
30 30
     
31 31
     public function __construct(int $lines = 1, string $kind = 'linebreak')
32 32
     {
Please login to merge, or discard this patch.