@@ -27,7 +27,7 @@ |
||
27 | 27 | * Get the notification's delivery channels. |
28 | 28 | * |
29 | 29 | * @param mixed $notifiable |
30 | - * @return array |
|
30 | + * @return string[] |
|
31 | 31 | */ |
32 | 32 | public function via($notifiable) |
33 | 33 | { |
@@ -27,7 +27,7 @@ |
||
27 | 27 | * Get the notification's delivery channels. |
28 | 28 | * |
29 | 29 | * @param mixed $notifiable |
30 | - * @return array |
|
30 | + * @return string[] |
|
31 | 31 | */ |
32 | 32 | public function via($notifiable) |
33 | 33 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * Create a new policy instance. |
17 | 17 | * @param User $user |
18 | 18 | * @param $ability |
19 | - * @return bool |
|
19 | + * @return boolean|null |
|
20 | 20 | */ |
21 | 21 | public function before(User $user, $ability) |
22 | 22 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * Create a new policy instance. |
17 | 17 | * @param User $user |
18 | 18 | * @param $ability |
19 | - * @return bool |
|
19 | + * @return boolean|null |
|
20 | 20 | */ |
21 | 21 | public function before(User $user, $ability) |
22 | 22 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * Create a new policy instance. |
17 | 17 | * @param User $user |
18 | 18 | * @param $ability |
19 | - * @return bool |
|
19 | + * @return boolean|null |
|
20 | 20 | */ |
21 | 21 | public function before(User $user, $ability) |
22 | 22 | { |