Completed
Push — v2 ( dad8a3...5e546d )
by Joschi
06:58
created
src/Micrometa/Infrastructure/Factory/MicroformatsFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.