Skip to content

Commit 28c269e

Browse files
authored
Merge pull request #157 from yajra/analysis-e0NvyA
Apply fixes from StyleCI
2 parents 43ce8ab + 06659c9 commit 28c269e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/DataTable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ public function addScopes(array $scopes): static
681681
/**
682682
* Set a custom class attribute.
683683
*
684-
* @param array|string $key
685-
* @param mixed|null $value
684+
* @param array|string $key
685+
* @param mixed|null $value
686686
* @return $this
687687
*/
688688
public function with(array|string $key, mixed $value = null): static

0 commit comments

Comments
 (0)