phpstan-src
phpstan-src copied to clipboard
Implement @phpstan-allow-private-mutation
resolve https://github.com/phpstan/phpstan/issues/7778, refs https://github.com/phpstan/phpstan-src/pull/1609
ReadOnlyByPhpDocPropertyAssignRuleTest alone will pass with e2d9db8fc29efb52a847de6df704b7a540c0331e patch, but you probably need to rethink how ResolvedPhpDocBlock::$phpDocNode is initialized.
@ondrejmirtes Could you please review this PR?
Sorry, I accidentally submitted a re-review. Ignore it for once.
I've updated the PR with the correct fix.
Thank you.