Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
site_settings
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
site_settings
Merge requests
!54
Fixes issue
#3508803
: Fixed PHPCS issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fixes issue
#3508803
: Fixed PHPCS issues
issue/site_settings-3508803:3508803-fix-issues-reported
into
2.0.x
Overview
0
Commits
1
Pipelines
1
Changes
3
Open
Girish G
requested to merge
issue/site_settings-3508803:3508803-fix-issues-reported
into
2.0.x
3 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Closes
#3508803
0
0
Merge request reports
Compare
2.0.x
2.0.x (HEAD)
and
latest version
latest version
2e583e79
1 commit,
3 months ago
2 files
+
122
−
80
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
tests/modules/site_settings_sample_data/site_settings_sample_data.install
+
0
−
1
Options
@@ -149,7 +149,6 @@ function site_settings_sample_data_install() {
$site_setting
->
save
();
// Create txt file.
global
$base_url
;
$data
=
file_get_contents
(
$base_url
.
'/README.md'
);
/** @var \Drupal\file\FileRepositoryInterface $file_repository */
$file_repository
=
\Drupal
::
service
(
'file.repository'
);
Loading