@@ -47,7 +47,7 @@ |
||
| 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 | |