Renderer/Profiler/Dump.php
Showing 2 of 2 total issues
Function getExposedProperties
has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring. Open
Open
private function getExposedProperties($object, $deep) { $result = "\n"; foreach (get_class_methods($object) as $method) { if (mb_strlen($result) > 0x80000) {
- Read upRead up
Method getExposedProperties
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getExposedProperties($object, $deep) { $result = "\n"; foreach (get_class_methods($object) as $method) { if (mb_strlen($result) > 0x80000) {