Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-builder
Merge requests
!13
Methods compatibility.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Methods compatibility.
feature/plugin-activation
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/plugin-activation
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
f4bb47b1
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f4bb47b1
Methods compatibility.
· f4bb47b1
Grzegorz Rola
authored
6 years ago
src/Plugin/HookableCollection.php
+
2
−
2
View file @ f4bb47b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -7,9 +7,9 @@ interface HookableCollection extends Hookable {
/**
* Add hookable object.
*
* @param Hookable $hookable_object Hookable object
to add
.
* @param Hookable
|HookablePluginDependant
$hookable_object Hookable object.
*/
public
function
add_hookable
(
$hookable_object
);
public
function
add_hookable
(
Hookable
$hookable_object
);
}
Loading