Passed
Pull Request — master (#115)
by
unknown
02:00
created
src/Pos/Posnet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     protected function buildRequest(Request $request, $transactionType)
30 30
     {
31 31
         $rawRequest = $this->builderFactory->createBuilder($transactionType)->build($request);
32
-        return array( 'xmldata' => $rawRequest);
32
+        return array('xmldata' => $rawRequest);
33 33
     }
34 34
 
35 35
     /**
Please login to merge, or discard this patch.
src/Pos/AbstractPos.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * @param $transactionType
85 85
      * @return \Paranoia\Response
86 86
      * @throws CommunicationError
87
-    */
87
+     */
88 88
     private function performTransaction(Request $request, $transactionType)
89 89
     {
90 90
         $rawRequest  = $this->buildRequest($request, $transactionType);
Please login to merge, or discard this patch.