Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-builder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-builder
Commits
42f4c44a
Commit
42f4c44a
authored
5 years ago
by
dyszczo
Browse files
Options
Downloads
Patches
Plain Diff
change null->void in hook return type
parent
a3f8716f
No related branches found
No related tags found
1 merge request
!26
change null->void in hook return type
Pipeline
#8674
passed with stages
in 3 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
src/Plugin/Hookable.php
+1
-1
1 addition, 1 deletion
src/Plugin/Hookable.php
with
5 additions
and
1 deletion
CHANGELOG.md
+
4
−
0
View file @
42f4c44a
## [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
...
...
This diff is collapsed.
Click to expand it.
src/Plugin/Hookable.php
+
1
−
1
View file @
42f4c44a
...
...
@@ -7,7 +7,7 @@ interface Hookable {
/**
* Init hooks (actions and filters).
*
* @return
null
* @return
void
*/
public
function
hooks
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment