Skip to content
Snippets Groups Projects

change null->void in hook return type

Merged Krzysztof Dyszczyk requested to merge bugfix/null-void into master
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -7,7 +7,7 @@ interface Hookable {
@@ -7,7 +7,7 @@ interface Hookable {
/**
/**
* Init hooks (actions and filters).
* Init hooks (actions and filters).
*
*
* @return null
* @return void
*/
*/
public function hooks();
public function hooks();
Loading