Skip to content

Commit

Permalink
[BetterphpDocparser] Remove new PrivatesAccessor() on promotion prope…
Browse files Browse the repository at this point in the history
…rty on BetterPhpDocParser (#5368)
  • Loading branch information
samsonasik committed Dec 17, 2023
1 parent 89d2c9c commit 54491a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(
ConstExprParser $constExprParser,
private readonly TokenIteratorFactory $tokenIteratorFactory,
private readonly array $phpDocNodeDecorators,
private readonly PrivatesAccessor $privatesAccessor = new PrivatesAccessor(),
private readonly PrivatesAccessor $privatesAccessor,
) {
parent::__construct(
// TypeParser
Expand Down

0 comments on commit 54491a5

Please sign in to comment.