Completed
Pull Request — master (#1)
by soroush
04:48
created
src/InjamLaravelPackage.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -170,12 +170,12 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.