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 Oct 28, 2021
1 parent 8fdbab5 commit 4c03232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/Recorders/JobRecorder/JobRecorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ class JobRecorder
public function __construct(
protected Application $app,
protected int $maxChainedJobReportingDepth = 5,
)
{
) {
}

public function start(): self
Expand Down
4 changes: 1 addition & 3 deletions tests/Recorders/JobRecorder/JobRecorderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@

use Carbon\CarbonImmutable;
use Closure;
use Exception;
use Illuminate\Container\Container;
use Illuminate\Queue\Events\JobExceptionOccurred;
use Illuminate\Queue\Jobs\RedisJob;
use Illuminate\Queue\RedisQueue;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\Str;
use Spatie\LaravelIgnition\FlareMiddleware\AddJobs;
use Spatie\LaravelIgnition\Recorders\JobRecorder\JobRecorder;
use Spatie\LaravelIgnition\Tests\stubs\Jobs\QueueableJob;
use Spatie\LaravelIgnition\Tests\TestCase;
use Exception;

class JobRecorderTest extends TestCase
{
Expand Down

0 comments on commit 4c03232

Please sign in to comment.