We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508c588 commit ab3c278Copy full SHA for ab3c278
src/DataTransferObjects/Filters/FilterPillData.php
@@ -78,7 +78,7 @@ public function shouldUsePillsTitleAsHtml(): int
78
79
public function shouldWatchForEvents(): int
80
{
81
- return intval($this->watchForEvents );
+ return intval($this->watchForEvents);
82
}
83
84
public function isPillValueAnArray(): bool
0 commit comments