Skip to content
Snippets Groups Projects
Commit 707313bf authored by Dyszczo's avatar Dyszczo
Browse files

Merge branch 'bugfix/null-void' into 'master'

change null->void in hook return type

See merge request !26
parents a3f8716f 42f4c44a
No related branches found
No related tags found
1 merge request!26change null->void in hook return type
Pipeline #8759 passed with stages
in 5 minutes and 37 seconds
## [1.4.1] - 2019-11-19
### Fixed
- Invalid return type in Hookable interface
## [1.4.0] - 2019-09-26 ## [1.4.0] - 2019-09-26
### Added ### Added
- SlimPlugin - abstract class with only most important plugin elements - SlimPlugin - abstract class with only most important plugin elements
......
...@@ -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();
......
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