Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Mar 29, 2024
1 parent 571f06a commit 70761b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Ray.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
use Spatie\LaravelRay\Watchers\Watcher;
use Spatie\Ray\Client;
use Spatie\Ray\Payloads\ExceptionPayload;
use Spatie\Ray\Payloads\LogPayload;
use Spatie\Ray\Ray as BaseRay;
use Spatie\Ray\Settings\Settings;
use Throwable;
Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function assertMatchesOsSafeSnapshot($data): void
function onlyIfContextSupported()
{

if (!class_exists(Context::class)) {
if (! class_exists(Context::class)) {
test()->skip('Context is not supported for this Laravel version');
}
}

0 comments on commit 70761b2

Please sign in to comment.