Skip to content

Commit 5ce2e1a

Browse files
authored
Merge pull request #3001 from yajra/analysis-PG7EdL
Apply fixes from StyleCI
2 parents 2cc0e76 + 419419f commit 5ce2e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public static function isJavascript(string|array|object|null $value, string $key
388388

389389
/** @var array $callbacks */
390390
$callbacks = config('datatables.callback', ['$', '$.', 'function']);
391-
391+
392392
if (Str::startsWith($key, 'language.')) {
393393
return false;
394394
}

0 commit comments

Comments
 (0)