Passed
Pull Request — master (#244)
by Christopher
06:01
created
src/POData/SimpleDataService.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         return $config;
82 82
     }
83 83
 
84
-    public function initialize(IServiceConfiguration $config){
84
+    public function initialize(IServiceConfiguration $config) {
85 85
 
86 86
     }
87 87
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,8 @@
 block discarded – undo
81 81
         return $config;
82 82
     }
83 83
 
84
-    public function initialize(IServiceConfiguration $config){
84
+    public function initialize(IServiceConfiguration $config)
85
+    {
85 86
 
86 87
     }
87 88
 
Please login to merge, or discard this patch.