@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | protected static function createTypes(array $types) |
| 97 | 97 | { |
| 98 | 98 | return array_map( |
| 99 | - function ($type) { |
|
| 99 | + function($type) { |
|
| 100 | 100 | return self::MF2_PROFILE_URI.$type; |
| 101 | 101 | }, $types |
| 102 | 102 | ); |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | protected static function createProperty(array $propertyValues) |
| 127 | 127 | { |
| 128 | 128 | return array_map( |
| 129 | - function ($propertyValue) { |
|
| 129 | + function($propertyValue) { |
|
| 130 | 130 | if (is_array($propertyValue)) { |
| 131 | 131 | return isset($propertyValue['type']) ? self::createItem($propertyValue) : $propertyValue; |
| 132 | 132 | } |