Skip to content
Snippets Groups Projects
Commit 42f4c44a authored by dyszczo's avatar dyszczo
Browse files

change null->void in hook return type

parent a3f8716f
No related branches found
No related tags found
1 merge request!26change null->void in hook return type
Pipeline #8674 passed with stages
in 3 minutes and 27 seconds
## [1.4.1] - 2019-11-19
### Fixed
- Invalid return type in Hookable interface
## [1.4.0] - 2019-09-26
### Added
- SlimPlugin - abstract class with only most important plugin elements
......
......@@ -7,7 +7,7 @@ interface Hookable {
/**
* Init hooks (actions and filters).
*
* @return null
* @return void
*/
public function hooks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment