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

+ 1
1
@@ -7,7 +7,7 @@ interface Hookable {
/**
* Init hooks (actions and filters).
*
* @return null
* @return void
*/
public function hooks();
Loading