Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/ignition
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 31, 2021
2 parents ddafcd7 + fbad4d9 commit 426a155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Ignition.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public function renderError($level, $message, $file = '', $line = 0, $context =

public function getFlareReport()
{

}

public function handleException(Throwable $throwable): Report
Expand Down
2 changes: 1 addition & 1 deletion tests/FlareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function it_will_send_an_exception_to_flare_when_an_api_key_is_set_on_fla
$exception = new Exception();

$this->ignition
->configureFlare(function(Flare $flare) {
->configureFlare(function (Flare $flare) {
$flare->setApiToken('fake-api-token');
})
->handleException($exception);
Expand Down

0 comments on commit 426a155

Please sign in to comment.