From 93d6a2f7b7e39407389a505abdfeceda09709f71 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 18 Jul 2022 14:49:11 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Telescope.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Telescope.php b/src/Telescope.php index 3341be781..832c2fe2f 100644 --- a/src/Telescope.php +++ b/src/Telescope.php @@ -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)) {