@@ -170,12 +170,12 @@ discard block |
||
170 | 170 | * @return array |
171 | 171 | */ |
172 | 172 | public function addTracker($trackingPhysicalId, |
173 | - $trackerMobile, |
|
174 | - $title=null, |
|
175 | - $description=null, |
|
176 | - $trackingName=null, |
|
177 | - $trackingMobile=null, |
|
178 | - $trackingAvatar=null) |
|
173 | + $trackerMobile, |
|
174 | + $title=null, |
|
175 | + $description=null, |
|
176 | + $trackingName=null, |
|
177 | + $trackingMobile=null, |
|
178 | + $trackingAvatar=null) |
|
179 | 179 | { |
180 | 180 | $params = [ |
181 | 181 | 'tracking_physical_id' => $trackingPhysicalId, |
@@ -214,11 +214,11 @@ discard block |
||
214 | 214 | * @throws InvalidArgument |
215 | 215 | */ |
216 | 216 | public function addGeoFenceWebhook($objectType, |
217 | - $objectPhysicalId, |
|
218 | - $targetPoint, |
|
219 | - $radius, |
|
220 | - $endpoint, |
|
221 | - $detect=null) |
|
217 | + $objectPhysicalId, |
|
218 | + $targetPoint, |
|
219 | + $radius, |
|
220 | + $endpoint, |
|
221 | + $detect=null) |
|
222 | 222 | { |
223 | 223 | $params = [ |
224 | 224 | 'object_type' => $objectType, |