@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | class FunctionalTester extends \Codeception\Actor |
| 20 | 20 | { |
| 21 | - use _generated\FunctionalTesterActions; |
|
| 21 | + use _generated\FunctionalTesterActions; |
|
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Define custom actions here |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | class UnitTester extends \Codeception\Actor |
| 20 | 20 | { |
| 21 | - use _generated\UnitTesterActions; |
|
| 21 | + use _generated\UnitTesterActions; |
|
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Define custom actions here |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | class AcceptanceTester extends \Codeception\Actor |
| 20 | 20 | { |
| 21 | - use _generated\AcceptanceTesterActions; |
|
| 21 | + use _generated\AcceptanceTesterActions; |
|
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Define custom actions here |
@@ -40,9 +40,9 @@ discard block |
||
| 40 | 40 | ->register(); |
| 41 | 41 | |
| 42 | 42 | if ($configurator->isDebugMode()) { |
| 43 | - $configurator->addConfig(__DIR__ . '/config/config.development.neon'); |
|
| 43 | + $configurator->addConfig(__DIR__ . '/config/config.development.neon'); |
|
| 44 | 44 | } else { |
| 45 | - $configurator->addConfig(__DIR__ . '/config/config.production.neon'); |
|
| 45 | + $configurator->addConfig(__DIR__ . '/config/config.production.neon'); |
|
| 46 | 46 | } |
| 47 | 47 | $configurator->addConfig(__DIR__ . '/config/config.local.neon'); |
| 48 | 48 | |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | RadekDostal\NetteComponents\DateTimePicker\TbDatePicker::register(); |
| 53 | 53 | |
| 54 | 54 | $configurator->addServices(array( |
| 55 | - 'session.session' => $session, |
|
| 55 | + 'session.session' => $session, |
|
| 56 | 56 | )); |
| 57 | 57 | $container = $configurator->createContainer(); |
| 58 | 58 | $parameters = $container->getParameters(); |
@@ -10,9 +10,9 @@ |
||
| 10 | 10 | interface IRegistrationFormFactory |
| 11 | 11 | { |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * @return \App\Forms\RegistrationForm |
|
| 15 | - */ |
|
| 16 | - public function create(): RegistrationForm; |
|
| 13 | + /** |
|
| 14 | + * @return \App\Forms\RegistrationForm |
|
| 15 | + */ |
|
| 16 | + public function create(): RegistrationForm; |
|
| 17 | 17 | |
| 18 | 18 | } |
@@ -10,9 +10,9 @@ |
||
| 10 | 10 | interface IAnnotationFormFactory |
| 11 | 11 | { |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * @return \App\Forms\AnnotationForm |
|
| 15 | - */ |
|
| 16 | - public function create(): AnnotationForm; |
|
| 13 | + /** |
|
| 14 | + * @return \App\Forms\AnnotationForm |
|
| 15 | + */ |
|
| 16 | + public function create(): AnnotationForm; |
|
| 17 | 17 | |
| 18 | 18 | } |
@@ -10,9 +10,9 @@ |
||
| 10 | 10 | interface IProgramFormFactory |
| 11 | 11 | { |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * @return \App\Forms\ProgramForm |
|
| 15 | - */ |
|
| 16 | - public function create(): ProgramForm; |
|
| 13 | + /** |
|
| 14 | + * @return \App\Forms\ProgramForm |
|
| 15 | + */ |
|
| 16 | + public function create(): ProgramForm; |
|
| 17 | 17 | |
| 18 | 18 | } |