Apply coding standard fixes
This commit is contained in:
@@ -78,7 +78,8 @@ CON
|
|||||||
*/
|
*/
|
||||||
public function workingSymfonyApplicationWithExtension(): void
|
public function workingSymfonyApplicationWithExtension(): void
|
||||||
{
|
{
|
||||||
$this->thereIsConfiguration(<<<'CON'
|
$this->thereIsConfiguration(
|
||||||
|
<<<'CON'
|
||||||
default:
|
default:
|
||||||
extensions:
|
extensions:
|
||||||
FriendsOfBehat\SymfonyExtension:
|
FriendsOfBehat\SymfonyExtension:
|
||||||
@@ -89,7 +90,9 @@ CON
|
|||||||
|
|
||||||
$this->standardSymfonyAutoloaderConfigured();
|
$this->standardSymfonyAutoloaderConfigured();
|
||||||
|
|
||||||
$this->thereIsFile('src/Kernel.php', <<<'CON'
|
$this->thereIsFile(
|
||||||
|
'src/Kernel.php',
|
||||||
|
<<<'CON'
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
@@ -140,7 +143,9 @@ class Kernel extends HttpKernel
|
|||||||
CON
|
CON
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->thereIsFile('src/Controller.php', <<<'CON'
|
$this->thereIsFile(
|
||||||
|
'src/Controller.php',
|
||||||
|
<<<'CON'
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
@@ -168,7 +173,9 @@ final class Controller
|
|||||||
CON
|
CON
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->thereIsFile('src/Counter.php', <<<'CON'
|
$this->thereIsFile(
|
||||||
|
'src/Counter.php',
|
||||||
|
<<<'CON'
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
@@ -192,7 +199,9 @@ final class Counter
|
|||||||
CON
|
CON
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->thereIsFile('config/default.yaml', <<<'YML'
|
$this->thereIsFile(
|
||||||
|
'config/default.yaml',
|
||||||
|
<<<'YML'
|
||||||
services:
|
services:
|
||||||
App\Controller:
|
App\Controller:
|
||||||
arguments:
|
arguments:
|
||||||
|
|||||||
Reference in New Issue
Block a user