Passed
Push — main ( 5ea96e...7cdc04 )
by Ahmad
01:48
created
src/Detectors/CropHints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
         /** @var \Google\Cloud\Vision\V1\CropHint $item */
49 49
         foreach ($cropHints as $item) {
50
-            $bounds = array_map(function (Vertex $vertex) {
50
+            $bounds = array_map(function(Vertex $vertex) {
51 51
                 return new VertexData($vertex->getX(), $vertex->getY());
52 52
             }, iterator_to_array($item->getBoundingPoly()->getVertices()));
53 53
 
Please login to merge, or discard this patch.