Skip to content

Commit 51fd550

Browse files
author
ishibashi-t
committed
fix lint check
1 parent 4f28d04 commit 51fd550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grid/Filter/Presenter/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function inputmask($options = [], $icon = 'pencil'): self
164164

165165
if (is_array($this->filter->getId())) {
166166
$ids = $this->filter->getId();
167-
}else{
167+
} else {
168168
$ids[] = $this->filter->getId();
169169
}
170170

0 commit comments

Comments
 (0)