mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Implement fallback option for params without variable
This commit is contained in:
@@ -34,6 +34,19 @@
|
||||
</errorLevel>
|
||||
</DeprecatedInterface>
|
||||
|
||||
<DeprecatedMethod>
|
||||
<errorLevel type="info">
|
||||
<!-- Will be removed in 6.0.0 issues/361 -->
|
||||
<referencedMethod name="phpDocumentor\Reflection\DocBlock\Tags\Param::create"/>
|
||||
</errorLevel>
|
||||
</DeprecatedMethod>
|
||||
|
||||
<NoInterfaceProperties>
|
||||
<errorLevel type="info">
|
||||
<file name="src/DocBlock/Tags/Factory/ParamFactory.php"/>
|
||||
</errorLevel>
|
||||
</NoInterfaceProperties>
|
||||
|
||||
<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