@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | /** |
90 | 90 | * Notification text. |
91 | 91 | * |
92 | - * @param $text |
|
92 | + * @param string $text |
|
93 | 93 | * @throws CouldNotCreateMessage |
94 | 94 | * |
95 | 95 | * @return $this |
@@ -146,7 +146,6 @@ discard block |
||
146 | 146 | /** |
147 | 147 | * Add up to 3 call to action buttons. |
148 | 148 | * |
149 | - * @param array $buttons |
|
150 | 149 | * |
151 | 150 | * @return $this |
152 | 151 | * @throws CouldNotSendNotification |