Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Dec 18, 2024
1 parent fa0ea9e commit a3021cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notifications.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
namespace WPNotificationsPackage;

// Change here the Namespace

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -71,4 +72,4 @@ private function get_data(): array {

return $data;
}
}
}

0 comments on commit a3021cc

Please sign in to comment.