Passed
Pull Request — master (#115)
by
unknown
02:00
created
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.