Skip to content

Commit 818ef2e

Browse files
committed
Make PrettyPrinter\Standard methods protected
I'm not sure how these ever ended up being public.
1 parent 5f97b12 commit 818ef2e

File tree

2 files changed

+148
-147
lines changed

2 files changed

+148
-147
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Additionally the following changes were made:
4040
takes an array of subnodes. Unlike classes/interfaces, traits can only have a `stmts` subnode.
4141
* The `NodeDumper` now prints class/method/property/constant modifiers, as well as the include and
4242
use type in a textual representation, instead of only showing the number.
43+
* All methods on `PrettyPrinter\Standard` are now protected. Previoulsy most of them were public.
4344

4445
### Removed
4546

0 commit comments

Comments
 (0)