Completed
Push — master ( c1f34b...12ca00 )
by
unknown
13s
created
src/XSolve/FaceValidatorBundle/Factory/FaceDetectionResultFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                 $this->propertyAccessor->getValue($data, '[faceAttributes][makeup][lipMakeup]')
73 73
             ),
74 74
             array_map(
75
-                function (array $accessoryData) {
75
+                function(array $accessoryData) {
76 76
                     return new Accessory($accessoryData['type']);
77 77
                 },
78 78
                 $this->propertyAccessor->getValue($data, '[faceAttributes][accessories]')
Please login to merge, or discard this patch.