Skip to content

Commit d4c0708

Browse files
committed
Update WidgetGroup.php
1 parent 8ba9b09 commit d4c0708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WidgetGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function setSeparator($separator)
147147
*/
148148
public function any()
149149
{
150-
return ! $this->isEmpty();
150+
return !$this->isEmpty();
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)