src/Debug/Abstraction/AbstractObjectMethodParams.php
Method getParamsReflection
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getParamsReflection(ReflectionMethod $refMethod, $phpDoc)
{
$params = array();
$collectAttribute = $this->abs['cfgFlags'] & AbstractObject::PARAM_ATTRIBUTE_COLLECT;
\set_error_handler(static function () {