Skip to content

Commit

Permalink
Use return type declaration in nrlb_branding() function
Browse files Browse the repository at this point in the history
  • Loading branch information
SlobodanAlavanjaNeuralab authored and slobich committed Jul 2, 2020
1 parent cde72c6 commit 779f8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nrlb-branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
/**
* Init the plugin.
*
* @return object Instance of NRLB_Branding class.
* @return NRLB_Branding Instance of NRLB_Branding class.
*/
function nrlb_branding() {
function nrlb_branding() : NRLB_Branding {
return NRLB_Branding::get_instance();
}

Expand Down

0 comments on commit 779f8ac

Please sign in to comment.