@@ -200,8 +200,7 @@ |
||
| 200 | 200 | { |
| 201 | 201 | $iri = IriFactory::create( |
| 202 | 202 | (($profile === null) || is_object($name)) ? |
| 203 | - $name : |
|
| 204 | - (object)[ |
|
| 203 | + $name : (object)[ |
|
| 205 | 204 | 'profile' => $profile, |
| 206 | 205 | 'name' => $name |
| 207 | 206 | ] |
@@ -106,7 +106,7 @@ |
||
| 106 | 106 | $profiledName = strval($iri); |
| 107 | 107 | $cursor = $this->nameToCursor[$profiledName]; |
| 108 | 108 | $propertyList[$profiledName] = array_map( |
| 109 | - function (ExportableInterface $value) { |
|
| 109 | + function(ExportableInterface $value) { |
|
| 110 | 110 | return $value->export(); |
| 111 | 111 | }, $this->values[$cursor] |
| 112 | 112 | ); |