Skip to content

Commit a709bc2

Browse files
committed
style: apply code standards (cs-fix)
1 parent 326a399 commit a709bc2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

system/Log/Logger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public function log($level, string|Stringable $message, array $context = []): vo
291291
*/
292292
protected function interpolate($message, array $context = [])
293293
{
294-
295294
if (! is_string($message) && ! ($message instanceof Stringable)) {
296295
return print_r($message, true);
297296
}

0 commit comments

Comments
 (0)