Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-wpdesk-rating-petition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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-wpdesk-rating-petition
Merge requests
!1
feature(petition): added text petition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(petition): added text petition
feature/text-petition
into
master
Overview
4
Commits
8
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
Krzysztof Dyszczyk
requested to merge
feature/text-petition
into
master
3 years ago
Overview
4
Commits
8
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
0
0
Merge request reports
Viewing commit
6b5cd597
Prev
Next
Show latest version
4 files
+
141
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
6b5cd597
feature(petition): added text petition
· 6b5cd597
Grzegorz Rola
authored
3 years ago
src/DisplayStrategy/DisplayDecision.php
+
1
−
1
View file @ 6b5cd597
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,6 +12,6 @@ interface DisplayDecision {
*
* @return bool
*/
public
function
should_display
();
public
function
should_display
()
:
bool
;
}
\ No newline at end of file
Loading