Skip to content

Commit

Permalink
Update Main.php
Browse files Browse the repository at this point in the history
`@package` added to main. Removed version `@since` from hook methods.
  • Loading branch information
amostajo committed Jan 19, 2020
1 parent b7c6dd5 commit 9d6e057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
* Class contains declaration of hooks and filters.
*
* @author fill
* @package fill
* @version fill
*/
class Main extends Bridge
{
/**
* Declaration of public WordPress hooks.
* @since fill version
*/
public function init()
{
Expand All @@ -26,7 +26,6 @@ public function init()
/**
* Declaration of admin only WordPress hooks.
* For WordPress admin dashboard.
* @since fill version
*/
public function on_admin()
{
Expand Down

0 comments on commit 9d6e057

Please sign in to comment.