Passed
Push — master ( 7c9df6...94a4be )
by Alexander
03:24
created
src/PushmixClient.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
         $this->additionalParams = [
107 107
 
108 108
         'key_id'    => config('pushmix.subscription_id'),
109
-      ];
109
+        ];
110 110
 
111 111
         return $this;
112 112
     }
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
         $this->additionalParams = [
123 123
 
124 124
         'key_id'    => $key_id,
125
-      ];
125
+        ];
126 126
 
127 127
         return $this;
128 128
     }
Please login to merge, or discard this patch.
src/PushmixMessage.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -204,10 +204,10 @@  discard block
 block discarded – undo
204 204
         }
205 205
 
206 206
         switch ($cnt) {
207
-          case 0:
207
+            case 0:
208 208
             array_push($this->buttons, [
209
-              'action_title_one'  => $title,
210
-              'action_url_one'    => $url,
209
+                'action_title_one'  => $title,
210
+                'action_url_one'    => $url,
211 211
             ]);
212 212
             break;
213 213
 
@@ -215,8 +215,8 @@  discard block
 block discarded – undo
215 215
               array_push($this->buttons, [
216 216
                 'action_title_two'  => $title,
217 217
                 'action_url_two'    => $url,
218
-              ]);
219
-              break;
218
+                ]);
219
+                break;
220 220
 
221 221
         }
222 222
 
Please login to merge, or discard this patch.