Skip to content

Commit 826a6ff

Browse files
committed
style CI (not related)
1 parent 8854cb5 commit 826a6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/DataProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ protected function escapeRow(array $row)
261261
{
262262
$arrayDot = array_filter(array_dot($row));
263263
foreach ($arrayDot as $key => $value) {
264-
if (!in_array($key, $this->rawColumns)) {
264+
if (! in_array($key, $this->rawColumns)) {
265265
$arrayDot[$key] = e($value);
266266
}
267267
}

0 commit comments

Comments
 (0)