Skip to content

Commit

Permalink
fix cs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Aug 27, 2024
1 parent 4768a46 commit cc7c31c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BackendCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public function __construct()
/**
* @hook init @options-backend
*
* @param \Symfony\Component\Console\Input\InputInterface $input
* @param \Consolidation\AnnotatedCommand\AnnotationData $annotationData
* @param \Symfony\Component\Console\Input\InputInterface $input

Check failure on line 44 in BackendCommands.php

View workflow job for this annotation

GitHub Actions / PHPCS

Expected 1 spaces after parameter type; 5 found
* @param \Consolidation\AnnotatedCommand\AnnotationData $annotationData

Check failure on line 45 in BackendCommands.php

View workflow job for this annotation

GitHub Actions / PHPCS

Expected 2 spaces after parameter type; 5 found
*/
public function initCommands(InputInterface $input, AnnotationData $annotationData)
{
Expand Down Expand Up @@ -355,7 +355,7 @@ public function createTestingDump()

$defaultSettingsFile = $this->drupalRootDirectory().'/sites/default/settings.php';
if (!file_exists($defaultSettingsFile)) {
$fileString = <<<EOF
$fileString = <<<EOF
<?php
\$databases['default']['default'] = [
'database' => '{{ database }}',
Expand Down

0 comments on commit cc7c31c

Please sign in to comment.