Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 18, 2022
1 parent c60ec96 commit 93d6a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Telescope.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ protected static function record(string $type, IncomingEntry $entry)
// Do nothing.
}

$entry->type($type)->tags(Arr::collapse(array_map(function ($tagCallback) use ($entry) {
return $tagCallback($entry);
}, static::$tagUsing)));
$entry->type($type)->tags(Arr::collapse(array_map(function ($tagCallback) use ($entry) {
return $tagCallback($entry);
}, static::$tagUsing)));

static::withoutRecording(function () use ($entry) {
if (collect(static::$filterUsing)->every->__invoke($entry)) {
Expand Down

0 comments on commit 93d6a2f

Please sign in to comment.