Skip to content

Commit

Permalink
fix: printer
Browse files Browse the repository at this point in the history
  • Loading branch information
adetxt committed Mar 24, 2023
1 parent 347d0a5 commit 65c7c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Printer/DefaultPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class DefaultPrinter extends Printer
{
protected $indentation = " ";
protected $linesBetweenProperties = 1;
protected $linesBetweenMethods = 1;
public string $indentation = " ";
public int $linesBetweenProperties = 1;
public int $linesBetweenMethods = 1;
}

0 comments on commit 65c7c08

Please sign in to comment.