Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Nov 24, 2023
1 parent 366e86e commit 36ffff3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Debug/DebugMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

class DebugMiddleware
{
public function __construct(protected DebugManager $debugManager)
{
public function __construct(
protected DebugManager $debugManager,
) {
}

/**
Expand Down

0 comments on commit 36ffff3

Please sign in to comment.