Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 25, 2024
2 parents 0a91f4f + 3c82fdb commit 246c7fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Support/VarExport/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

final readonly class Debug
{
public function __construct(private LogConfig $logConfig) {}
public function __construct(private LogConfig $logConfig)
{
}

public function log(array $items, bool $writeToLog = true, bool $writeToOut = true): void
{
Expand Down

0 comments on commit 246c7fe

Please sign in to comment.