mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix issue with modified backtrace
php allows the backtrace arguments to be modified via the backtrace. By using array_map we make sure that we do not overwrite references.
This commit is contained in:
@@ -15,4 +15,8 @@
|
||||
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix">
|
||||
<exclude-pattern>*/src/*/Abstract*.php</exclude-pattern>
|
||||
</rule>
|
||||
|
||||
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.UnusedMethod">
|
||||
<exclude-pattern>*/src/DocBlock/Tags/InvalidTag.php</exclude-pattern>
|
||||
</rule>
|
||||
</ruleset>
|
||||
|
||||
Reference in New Issue
Block a user