Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -22,6 +22,6 @@ class ZapierHandler extends AbstractWebhookHandler
|
||||
|
||||
protected function shouldRun(): bool
|
||||
{
|
||||
return !is_null($this->getWebhookUrl());
|
||||
return ! is_null($this->getWebhookUrl());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user