Skip to content

Commit de8a354

Browse files
okonomiyaki3000hopeseekr
authored andcommitted
Hmm. No reason to get the instance again when we already have it, eh?
1 parent fe5b422 commit de8a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChromePhp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ protected static function _log($type, array $args)
272272

273273
$logger->_addRow($logs, $backtrace_message, $type);
274274

275-
return self::getInstance();
275+
return $logger;
276276
}
277277

278278
/**

0 commit comments

Comments
 (0)