Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Commits
628fd8a6
Commit
628fd8a6
authored
2 years ago
by
spokje
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
e12c1ac4
No related branches found
Branches containing commit
Tags
5.5.12
Tags containing commit
1 merge request
!2824
Issue #3313038: Fix PHPStorm "Undefined Class" inspection failures
This commit is part of merge request
!2824
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Core/Config/DatabaseStorage.php
+1
-3
1 addition, 3 deletions
core/lib/Drupal/Core/Config/DatabaseStorage.php
with
1 addition
and
3 deletions
core/lib/Drupal/Core/Config/DatabaseStorage.php
+
1
−
3
Edit
View file @
628fd8a6
...
...
@@ -230,9 +230,7 @@ public function delete($name) {
}
/**
* Implements Drupal\Core\Config\StorageInterface::rename().
*
* @throws \PDOException
* {@inheritdoc}
*/
public
function
rename
(
$name
,
$new_name
)
{
// @todo Remove the 'return' option in Drupal 11.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment