Skip to content
Snippets Groups Projects

Issue #3370581: Fixed the issues reported by PHPCS.

Open Manish Sharma requested to merge issue/tome_node-3370581:3370581-fix-the-issues into 1.0.x
5 files
+ 20
14
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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