Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
taxonomy_manager
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
taxonomy_manager
Merge requests
!56
Resolve
#3490294
"Resolve phpcs issues"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3490294
"Resolve phpcs issues"
issue/taxonomy_manager-3490294:3490294-resolve-phpcs-issues
into
2.0.x
Overview
0
Commits
5
Pipelines
8
Changes
6
Merged
Tor F. Jacobsen
requested to merge
issue/taxonomy_manager-3490294:3490294-resolve-phpcs-issues
into
2.0.x
6 months ago
Overview
0
Commits
5
Pipelines
8
Changes
6
Expand
Closes
#3490294
0
0
Merge request reports
Compare
2.0.x
version 6
383ea2a9
5 months ago
version 5
5cb760c3
6 months ago
version 4
24f41148
6 months ago
version 3
72a24a7a
6 months ago
version 2
ebae0823
6 months ago
version 1
e8d96517
6 months ago
2.0.x (base)
and
latest version
latest version
409f21fb
5 commits,
5 months ago
version 6
383ea2a9
6 commits,
5 months ago
version 5
5cb760c3
5 commits,
6 months ago
version 4
24f41148
4 commits,
6 months ago
version 3
72a24a7a
3 commits,
6 months ago
version 2
ebae0823
2 commits,
6 months ago
version 1
e8d96517
1 commit,
6 months ago
6 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/Form/AddTermsToVocabularyForm.php
+
1
−
1
Options
@@ -49,7 +49,7 @@ class AddTermsToVocabularyForm extends FormBase {
/**
* {@inheritdoc}
*/
public
function
buildForm
(
array
$form
,
FormStateInterface
$form_state
,
VocabularyInterface
$taxonomy_vocabulary
=
NULL
,
$parents
=
[])
{
public
function
buildForm
(
array
$form
,
FormStateInterface
$form_state
,
?
VocabularyInterface
$taxonomy_vocabulary
=
NULL
,
$parents
=
[])
{
// Cache form state so that we keep the parents in the modal dialog.
// For non modals (non POST request), form state caching on is not allowed.
// @see FormState::setCached()
Loading