Skip to content

Commit c6b5ca4

Browse files
committed
🔖 Increase representer version
php-parser v5 made some changes to its pretty-print representation
1 parent d282b15 commit c6b5ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DirectoryRepresenter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function represent(): Result
6262

6363
return new Result(
6464
$filesRepresentation,
65-
'{"version":1}',
65+
'{"version":2}',
6666
$mapping->toJson(),
6767
);
6868
}

0 commit comments

Comments
 (0)