Skip to content

Commit 8b7e273

Browse files
chore: applied pint changes
1 parent a0f21d8 commit 8b7e273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/DataGrid/src/Exports/DataGridExport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function extractValuesFromJson(string $json): string
6363
{
6464
$decoded = json_decode($json, true);
6565

66-
if (json_last_error() === JSON_ERROR_NONE
66+
if (json_last_error() === JSON_ERROR_NONE
6767
&& is_array($decoded)) {
6868
return collect($decoded)->pluck('value')->implode(', ');
6969
}

0 commit comments

Comments
 (0)