Passed
Push — master ( 3a062a...d2e8ea )
by Luiz Kim
03:09 queued 55s
created
src/Service/TaskInterationService.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
       'ddd' => substr($number, 2, 2),
31 31
       'phone' => substr($number, 4)
32 32
     ];
33
-    $registredBy = $this->peopleService->discoveryPeople(null,  null,  $phone,  $name, null);
33
+    $registredBy = $this->peopleService->discoveryPeople(null, null, $phone, $name, null);
34 34
     $task = $this->discoveryOpenTask($provider, $registredBy, $type);
35 35
     return $this->addInteration($registredBy, $message, $task, $type, 'public');
36 36
   }
Please login to merge, or discard this patch.