Passed
Push — master ( 645444...70cdd5 )
by
unknown
05:22 queued 10s
created
tests/FortySixElksChannelTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
         $this->assertInstanceOf(FortySixElksChannel::class, $this->channel);
43 43
     }
44 44
 
45
-    public function testCanSendNotification(){
45
+    public function testCanSendNotification() {
46 46
 
47 47
 
48 48
 
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 {
69 69
 
70 70
 	public function __construct($message) {
71
-		$this->message =  $message;
71
+		$this->message = $message;
72 72
 	}
73 73
 
74 74
 	public function to46Elks($notifiable)
Please login to merge, or discard this patch.