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
!11
PluginAccess trait.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
PluginAccess trait.
feature/hookable-object
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/hookable-object
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
813a79d0
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
813a79d0
PluginAccess trait.
· 813a79d0
Grzegorz Rola
authored
6 years ago
src/Plugin/HookablePluginDependant.php
+
1
−
1
View file @ 813a79d0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -11,7 +11,7 @@ interface HookablePluginDependant extends Hookable {
*
* @return null
*/
public
function
set_plugin
(
$plugin
);
public
function
set_plugin
(
AbstractPlugin
$plugin
);
/**
* Get plugin.
Loading