mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix docblock tag descriptions
Newlines and whitespaces were not handled as before. This caused issues for some users because our indent-recuction was broken. The cause seems to be an upstream issue in phpstan parser which is not resolved yet. But this work around post processing the tokens helps us to make it work as before.
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
</errorLevel>
|
||||
</NoInterfaceProperties>
|
||||
|
||||
<TooManyArguments>
|
||||
<errorLevel type="info">
|
||||
<file name="src/DocBlock/Tags/Factory/AbstractPHPStanFactory.php"/>
|
||||
</errorLevel>
|
||||
</TooManyArguments>
|
||||
|
||||
<RedundantConditionGivenDocblockType>
|
||||
<errorLevel type="info">
|
||||
<!-- Psalm manage to infer a more precise type than PHPStan. notNull assert is needed for PHPStan but
|
||||
|
||||
Reference in New Issue
Block a user