Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spp
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
spp
Merge requests
!2
Fixed warning
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fixed warning
issue/spp-3423812:3423812-Phpcs-fix
into
1.0.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
Shekhar Verma
requested to merge
issue/spp-3423812:3423812-Phpcs-fix
into
1.0.x
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Addressed warnings / errors highlighted by phpcs
0
0
Merge request reports
Compare
1.0.x
1.0.x (HEAD)
and
latest version
latest version
31f3508e
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Form/ProtectedPagePasswordForm.php
+
2
−
2
Options
@@ -57,8 +57,8 @@ class ProtectedPagePasswordForm extends FormBase {
* An associative array containing the structure of the form.
* @param \Drupal\Core\Form\FormStateInterface $form_state
* The current state of the form.
* @param
string|null $protected_page
*
The path of the protected page
.
* @param
\Symfony\Component\HttpFoundation\Request|null $request
*
(optional) The Symfony HTTP request object. Defaults to NULL
.
*
* @return array
* The form structure.
Loading