@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | * Copyright 2016-20 Hannes Forsgård |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -declare(strict_types = 1); |
|
| 21 | +declare(strict_types=1); |
|
| 22 | 22 | |
| 23 | 23 | namespace byrokrat\giroapp\Console\Helper; |
| 24 | 24 | |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | $value = (string)$this->questionHelper->ask( |
| 72 | 72 | $this->input, |
| 73 | 73 | $this->output, |
| 74 | - $question->setValidator(function ($answer) use ($key, $validator) { |
|
| 74 | + $question->setValidator(function($answer) use ($key, $validator) { |
|
| 75 | 75 | return $validator->validate($key, (string)$answer); |
| 76 | 76 | }) |
| 77 | 77 | ); |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | $value = (string)$this->questionHelper->ask( |
| 107 | 107 | $this->input, |
| 108 | 108 | $this->output, |
| 109 | - (new Question("New $key: "))->setValidator(function ($answer) use ($key, $validator) { |
|
| 109 | + (new Question("New $key: "))->setValidator(function($answer) use ($key, $validator) { |
|
| 110 | 110 | return $validator->validate($key, (string)$answer); |
| 111 | 111 | }) |
| 112 | 112 | ); |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * Copyright 2016-20 Hannes Forsgård |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -declare(strict_types = 1); |
|
| 21 | +declare(strict_types=1); |
|
| 22 | 22 | |
| 23 | 23 | namespace byrokrat\giroapp\Console; |
| 24 | 24 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * Copyright 2016-20 Hannes Forsgård |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -declare(strict_types = 1); |
|
| 21 | +declare(strict_types=1); |
|
| 22 | 22 | |
| 23 | 23 | namespace byrokrat\giroapp\Event; |
| 24 | 24 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * Copyright 2016-20 Hannes Forsgård |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -declare(strict_types = 1); |
|
| 21 | +declare(strict_types=1); |
|
| 22 | 22 | |
| 23 | 23 | namespace byrokrat\giroapp\CommandBus; |
| 24 | 24 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * Copyright 2016-20 Hannes Forsgård |
| 19 | 19 | */ |
| 20 | 20 | |
| 21 | -declare(strict_types = 1); |
|
| 21 | +declare(strict_types=1); |
|
| 22 | 22 | |
| 23 | 23 | namespace byrokrat\giroapp\CommandBus; |
| 24 | 24 | |