Skip to content

Commit 10e90a5

Browse files
committed
Update stubs
1 parent f0542ab commit 10e90a5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/SnsChannelTest.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ class Notifiable
130130
{
131131
public $phone_number;
132132

133-
public function routeNotificationFor() {}
133+
public function routeNotificationFor()
134+
{
135+
//
136+
}
134137
}
135138

136139
class NotifiableWithMethod
@@ -145,5 +148,8 @@ class NotifiableWithAttribute
145148
{
146149
public $phone_number = '+22222222222';
147150

148-
public function routeNotificationFor() {}
151+
public function routeNotificationFor()
152+
{
153+
//
154+
}
149155
}

0 commit comments

Comments
 (0)