Completed
Push — v2 ( a3e6f8...094005 )
by Joschi
07:34
created
src/Micrometa/Domain/Item/Item.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -200,8 +200,7 @@
 block discarded – undo
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
                 ]
Please login to merge, or discard this patch.
src/Micrometa/Application/Item/PropertyList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.