@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types = 1); |
|
| 3 | +declare(strict_types=1); |
|
| 4 | 4 | |
| 5 | 5 | namespace ASN1\Type\Constructed; |
| 6 | 6 | |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | */ |
| 46 | 46 | public function strings(): array |
| 47 | 47 | { |
| 48 | - return array_map(function (PrimitiveString $el) { |
|
| 48 | + return array_map(function(PrimitiveString $el) { |
|
| 49 | 49 | return $el->string(); |
| 50 | 50 | }, $this->_elements); |
| 51 | 51 | } |