/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/element/deprecations_panel.php (1659B)
= h(ucfirst($section)) ?>
-
= h($message['niceFile']) ?>:= h($message['line']) ?>
= h($message['message']) ?>
$pluginData) :
$printer($plugin, $pluginData);
endforeach;
endif;
if (count($cake)) :
$printer('cake', $cake);
endif;
if (count($vendor)) :
foreach ($vendor as $vendorSection => $vendorData) :
$printer($vendorSection, $vendorData);
endforeach;
endif;
if (count($other)) :
$printer('other', $other);
endif;?>