mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 10:02:42 +00:00
Fix notice error.
This commit is contained in:
parent
a934f700f1
commit
e8c1140fc8
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class DebuggerTest extends CakeTestCase {
|
|||
* Test method for testing addFormat with callbacks.
|
||||
*/
|
||||
public function customFormat($error, $strings) {
|
||||
return $error['error'] . ': I eated an error ' . $error['path'];
|
||||
return $error['error'] . ': I eated an error ' . $error['file'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue