Completed
Push — master ( a99541...e1f08c )
by Muhammad Kashif
42:53 queued 17:55
created
src/Factory/JsonServiceFactory.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      */
24 24
     public function __construct($jsonFile)
25 25
     {
26
-       $this->loadServiceList($jsonFile);
26
+        $this->loadServiceList($jsonFile);
27 27
     }
28 28
 
29 29
     /**
@@ -44,11 +44,11 @@  discard block
 block discarded – undo
44 44
      */
45 45
     private function loadServiceList($jsonFile)
46 46
     {
47
-       $services =  $this->loadJsonFile($jsonFile);
47
+        $services =  $this->loadJsonFile($jsonFile);
48 48
 
49
-       foreach($services->services as $service) {
50
-           $this->services[$service->id] = $service;
51
-       }
49
+        foreach($services->services as $service) {
50
+            $this->services[$service->id] = $service;
51
+        }
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.