Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tfa_migration
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
tfa_migration
Merge requests
!6
Issue
#3488529
: Update PHPStan Baseline.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3488529
: Update PHPStan Baseline.
issue/tfa_migration-3488529:3488529-update-phpstan-baseline
into
1.x
Overview
0
Commits
7
Pipelines
8
Changes
10
Merged
Bhanu D
requested to merge
issue/tfa_migration-3488529:3488529-update-phpstan-baseline
into
1.x
7 months ago
Overview
0
Commits
7
Pipelines
8
Changes
10
Expand
Closes
#3488529
0
0
Merge request reports
Compare
1.x
version 6
91a49c69
5 months ago
version 5
42d0f9d1
5 months ago
version 4
7255095c
7 months ago
version 3
0bca38b0
7 months ago
version 2
1416554d
7 months ago
version 1
9d811a05
7 months ago
1.x (base)
and
latest version
latest version
62174d25
7 commits,
5 months ago
version 6
91a49c69
6 commits,
5 months ago
version 5
42d0f9d1
5 commits,
5 months ago
version 4
7255095c
4 commits,
7 months ago
version 3
0bca38b0
3 commits,
7 months ago
version 2
1416554d
2 commits,
7 months ago
version 1
9d811a05
1 commit,
7 months ago
10 files
+
293
−
23
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/Form/TfaMigrationSettingsForm.php
+
3
−
3
Options
<?php
<?php
declare
(
strict_types
=
1
);
declare
(
strict_types
=
1
);
namespace
Drupal\tfa_migration\Form
;
namespace
Drupal\tfa_migration\Form
;
@@ -41,11 +41,11 @@ final class TfaMigrationSettingsForm extends ConfigFormBase {
@@ -41,11 +41,11 @@ final class TfaMigrationSettingsForm extends ConfigFormBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
// phpcs:disable
public
function
validateForm
(
array
&
$form
,
FormStateInterface
$form_state
):
void
{
public
function
validateForm
(
array
&
$form
,
FormStateInterface
$form_state
):
void
{
// @todo add validation for private key size.
// @todo add validation for private key size.
parent
::
validateForm
(
$form
,
$form_state
);
parent
::
validateForm
(
$form
,
$form_state
);
}
}
// phpcs:enable
/**
/**
* {@inheritdoc}
* {@inheritdoc}
Loading