Passed
Push — master ( 3f2c08...1f4183 )
by Luiz Kim
13:11 queued 10:52
created
src/Message/PushMessage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
         string $topic,
13 13
         array $data
14 14
     ) {
15
-        $this->topic =  $topic;
16
-        $this->data =  $data;
15
+        $this->topic = $topic;
16
+        $this->data = $data;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.