Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tome_node
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
tome_node
Merge requests
!2
Issue
#3370581
: Fixed the issues reported by PHPCS.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3370581
: Fixed the issues reported by PHPCS.
issue/tome_node-3370581:3370581-fix-the-issues
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
5
Open
Issue #3370581: Fixed the issues reported by PHPCS.
Manish Sharma
requested to merge
issue/tome_node-3370581:3370581-fix-the-issues
into
1.0.x
Jun 6, 2024
Overview
0
Commits
1
Pipelines
0
Changes
5
Closes
#3370581
0
0
Merge request reports
Compare
1.0.x
1.0.x (HEAD)
and
latest version
latest version
79a3f10f
1 commit,
Jun 6, 2024
5 files
+
20
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
src/Commands/StaticExportNodePathCommand.php
+
1
−
1
View file @ 45e530c6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,13 +3,13 @@
namespace
Drupal\tome_node\Commands
;
use
Drupal\Core\State\StateInterface
;
use
Drupal\tome_static
\Commands\StaticCommand
;
use
Drupal\tome_static
\RequestPreparer
;
use
Drupal\tome_static
\StaticGeneratorInterface
;
use
Symfony\Component\Console\Input\InputArgument
;
use
Symfony\Component\Console\Input\InputInterface
;
use
Symfony\Component\Console\Input\InputOption
;
use
Symfony\Component\Console\Output\OutputInterface
;
use
Drupal\tome_static
\Commands\StaticCommand
;
/**
* Contains the tome:static-export-node-path command.
Loading