Completed
Branch develop (fe63f9)
by Ventimiglia
02:02
created
src/FirebaseResponce.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      */
114 114
     public function validateResponce()
115 115
     {
116
-       try {
116
+        try {
117 117
 
118 118
         /* check validity of Operation */
119 119
         if (!is_string($this->getOperation())) {
@@ -137,8 +137,8 @@  discard block
 block discarded – undo
137 137
             throw new \Exception($gettype);
138 138
         }
139 139
 
140
-       } catch (\Exception $e){
141
-           echo $e->getMessage();
142
-       }
140
+        } catch (\Exception $e){
141
+            echo $e->getMessage();
142
+        }
143 143
     }
144 144
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             throw new \Exception($gettype);
138 138
         }
139 139
 
140
-       } catch (\Exception $e){
140
+       } catch (\Exception $e) {
141 141
            echo $e->getMessage();
142 142
        }
143 143
     }
Please login to merge, or discard this patch.