Completed
Push — master ( 19a865...70308b )
by Muhammad Kashif
24:33
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      *
86 86
      * @return void
87 87
      */
88
-    private function createService($name){
88
+    private function createService($name) {
89 89
         $this->validate($name);
90 90
         $service = $this->factory->create($this->services[$name]['class']);
91 91
         $this->repository->add($name, $service);
Please login to merge, or discard this patch.