Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed May 3, 2024
1 parent 3d05d49 commit 4eb1487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flare.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function registerExceptionHandler(): self
return $this;
}

public function registerErrorHandler(int $errorLevels = E_ALL|E_STRICT): self
public function registerErrorHandler(int $errorLevels = E_ALL | E_STRICT): self
{
$this->previousErrorHandler = set_error_handler([$this, 'handleError'], $errorLevels);

Expand Down

0 comments on commit 4eb1487

Please sign in to comment.