mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
Merge remote-tracking branch 'origin/master' into 2.3
Conflicts: lib/Cake/Model/Behavior/TranslateBehavior.php lib/Cake/Model/CakeSchema.php lib/Cake/Utility/CakeTime.php lib/Cake/Utility/ClassRegistry.php lib/Cake/View/MediaView.php
This commit is contained in:
commit
d5c9d97dc1
43 changed files with 343 additions and 172 deletions
|
@ -213,7 +213,6 @@ class Debugger {
|
|||
if (empty($line)) {
|
||||
$line = '??';
|
||||
}
|
||||
$path = self::trimPath($file);
|
||||
|
||||
$info = compact('code', 'description', 'file', 'line');
|
||||
if (!in_array($info, $self->errors)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue