Passed
Pull Request — master (#187)
by Christopher
03:21
created
src/POData/BaseService.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -251,9 +251,9 @@
 block discarded – undo
251 251
             if (TargetKind::BATCH() == $request->getTargetKind()) {
252 252
                 //dd($request);
253 253
                 $this->getProvidersWrapper()->startTransaction();
254
-                try{
254
+                try {
255 255
                     $this->handleBatchRequest($request);
256
-                }catch(\Exception $ex){
256
+                } catch(\Exception $ex) {
257 257
                     $this->getProvidersWrapper()->rollBackTransaction();
258 258
                     throw $ex;
259 259
                 }
Please login to merge, or discard this patch.