Skip to content

Commit 5d909a2

Browse files
committed
Add docblock
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 03d79c5 commit 5d909a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notification/method/webpush.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public function is_available(type_interface $notification_type = null): bool
9696
&& !empty($this->config['wpn_webpush_vapid_public']) && !empty($this->config['wpn_webpush_vapid_private']);
9797
}
9898

99+
/**
100+
* {@inheritDoc}
101+
*/
99102
public function is_enabled_by_default()
100103
{
101104
return $this->config['wpn_webpush_method_enabled'];

0 commit comments

Comments
 (0)