Skip to content

Commit 4a9c99b

Browse files
committed
Fix Parameter #1 $value of method Yajra\DataTables\Jobs\DataTableExportJob::isNumeric() expects bool|int|string|null, mixed given.
1 parent cabdc3e commit 4a9c99b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Jobs/DataTableExportJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public function handle()
142142
$property = $property['_'] ?? $column->name;
143143
}
144144

145+
/** @var array|bool|int|string|null $value */
145146
$value = $row[$property] ?? '';
146147

147148
if (is_array($value)) {

0 commit comments

Comments
 (0)