Skip to content

Commit 06659c9

Browse files
committed
Apply fixes from StyleCI
1 parent 43ce8ab commit 06659c9

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)