We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16fac88 + 9579445 commit 56737baCopy full SHA for 56737ba
Block/Tab/Content/Sql.php
@@ -112,7 +112,7 @@ public function useQdbProfiler()
112
return $this->getSqlProfiler()->getShowBacktrace();
113
}
114
115
- public function formatSqlTrace(mixed $bt)
+ public function formatSqlTrace($bt)
116
{
117
$traceFormated = [];
118
foreach ($bt as $i=>$traceLine) {
Block/Tab/Panel.php
@@ -227,7 +227,7 @@ protected function sanitizeOutput($buffer)
227
return $buffer;
228
229
230
- public function htmlFormatClass(mixed $class)
+ public function htmlFormatClass($class)
231
232
return $this->helper->getIDELinkForClass($class);
233
0 commit comments