File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/TestCase/View/Helper Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class DebugKitLog extends BaseLog
3131 /**
3232 * Captures log messages in memory
3333 *
34- * @param string $level The type of message being logged.
34+ * @param mixed $level The type of message being logged.
3535 * @param string $message The message being logged.
3636 * @param array $context Additional context data
3737 * @return void
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function testDumpCoerceHtml()
8787 public function testDumpSorted ()
8888 {
8989 $ getValues = function ($ el ) {
90- return ( string ) $ el ;
90+ return strval ( $ el) ;
9191 };
9292 $ path = '//*[@class="cake-dbg-array-item"]/*[@class="cake-dbg-string"] ' ;
9393 $ data = ['z ' => 1 , 'a ' => 99 , 'm ' => 123 ];
You can’t perform that action at this time.
0 commit comments