Passed
Push — main ( f1d53c...b55a20 )
by Ahmad
02:35
created
src/Detectors/ObjectLocalizer/DrawBoxAroundObjectsWithText.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         $draw = new DrawBoxAroundObjects($this->objectLocalizer, $this->image);
31 31
         $draw->boxColor($this->boxColor);
32 32
 
33
-        $draw->callback(function (Image $image, LocalizedObjectData $obj) {
33
+        $draw->callback(function(Image $image, LocalizedObjectData $obj) {
34 34
             $width = $image->getWidth();
35 35
             $height = $image->getHeight();
36 36
 
Please login to merge, or discard this patch.
src/Detectors/ObjectLocalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
                 mid: $obj->getMid(),
59 59
                 languageCode: $obj->getLanguageCode(),
60 60
                 score: $obj->getScore(),
61
-                normalizedVertices: array_map(function (NormalizedVertex $vertex) {
61
+                normalizedVertices: array_map(function(NormalizedVertex $vertex) {
62 62
                     return new NormalizedVertexData(
63 63
                         x: $vertex->getX(),
64 64
                         y: $vertex->getY()
Please login to merge, or discard this patch.