Completed
Push — master ( adb54b...754379 )
by Muhammad Kashif
25:19
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($serviceId)){
17
+        if (!isset($serviceId)) {
18 18
             return Null;
19 19
         }
20 20
 
Please login to merge, or discard this patch.