Skip to content

Commit 419419f

Browse files
committed
Apply fixes from StyleCI
1 parent 2cc0e76 commit 419419f

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)