Completed
Push — master ( 1340df...e03243 )
by Neomerx
03:41
created
src/Seeds/SeedTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
      */
245 245
     private function createAttributeTypeGetter(array $attributeTypes): Closure
246 246
     {
247
-        return function (string $attributeType) use ($attributeTypes) : string {
247
+        return function(string $attributeType) use ($attributeTypes) : string {
248 248
             return array_key_exists($attributeType, $attributeTypes) === true ?
249 249
                 $attributeTypes[$attributeType] : Type::STRING;
250 250
         };
Please login to merge, or discard this patch.