mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
adding type hinting to the run function's arguments
This commit is contained in:
parent
0abff96cfc
commit
ee79eb4582
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Plugin_Name_Admin_Loader {
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
* @param type $plugin_name_admin A reference to the Plugin_Name_Admin class that defines the functions for the hooks.
|
* @param type $plugin_name_admin A reference to the Plugin_Name_Admin class that defines the functions for the hooks.
|
||||||
*/
|
*/
|
||||||
public function run( $plugin_name_admin ) {
|
public function run( Plugin_Name_Admin $plugin_name_admin ) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function is used to define the various hooks that are used in the
|
* This function is used to define the various hooks that are used in the
|
||||||
|
|
Loading…
Reference in a new issue