Skip to content

Commit

Permalink
codefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvb91 committed Jun 9, 2024
1 parent ec3c7a9 commit 423ea51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Config/Logs/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class Log implements Arrayable
public function __construct(
LogLevel $level = LogLevel::DEBUG,
Sampling $sampling = null
)
{
) {
$this->level = $level;
$this->sampling = $sampling;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Logs/Sampling.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function toArray(): array
'thereafter' => $this->thereafter,
];
}
}
}

0 comments on commit 423ea51

Please sign in to comment.