Skip to content

Commit

Permalink
We want string here
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Aug 10, 2024
1 parent 3f08bd9 commit 5f285ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ease/Logger/ToStd.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function addToLog($caller, $message, $type = 'message')
['notice', 'message', 'debug', 'report',
'error', 'warning', 'success', 'info', 'mail',],
['**', '##', '@@', '::'],
$type
strval($type)
) . ' ' . $message . "\n";
if (!isset($this->logStyles[$type])) {
$type = 'notice';
Expand Down

0 comments on commit 5f285ab

Please sign in to comment.