mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 20:42:42 +00:00
Cleanup of minor issues found with phpmd.
This commit is contained in:
parent
be262f30f0
commit
e4a7c8f3d7
7 changed files with 9 additions and 32 deletions
|
@ -190,7 +190,7 @@ class CakeLog {
|
|||
if (empty(self::$_streams)) {
|
||||
self::_autoConfig();
|
||||
}
|
||||
foreach (self::$_streams as $key => $logger) {
|
||||
foreach (self::$_streams as $logger) {
|
||||
$logger->write($type, $message);
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue