Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Sep 6, 2023
1 parent 30517db commit f82eda6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Payloads/LogPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Exception;
use Spatie\Ray\ArgumentConverter;
use Symfony\Component\VarExporter\VarExporter;

class LogPayload extends Payload
{
Expand Down Expand Up @@ -72,7 +71,7 @@ protected function getClipboardData($value): string
}
}

function isRecursive($value): bool
public function isRecursive($value): bool
{
$dump = print_r($value, true);

Expand Down

0 comments on commit f82eda6

Please sign in to comment.