Completed
Push — master ( 557060...19a865 )
by Muhammad Kashif
25:46
created
src/Repository/InMemoryServiceRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function get($serviceId)
16 16
     {
17
-        if(!isset($this->serviceStore[$serviceId]) || !isset($serviceId)){
17
+        if (!isset($this->serviceStore[$serviceId]) || !isset($serviceId)) {
18 18
             return Null;
19 19
         }
20 20
 
Please login to merge, or discard this patch.