Skip to content

Commit c069fc9

Browse files
committed
Minor - format code
1 parent 44ff8b8 commit c069fc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/inc/lib/AnnouncementEmail.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,11 @@ public function sent_to()
199199
* Sender info
200200
*
201201
* @param string $key
202+
* @param int $userId
202203
*
203204
* @return array
204205
*/
205-
public function sender($key = '', $userId = '')
206+
public function sender($key = '', $userId = 0)
206207
{
207208
$_user = api_get_user_info($userId);
208209

0 commit comments

Comments
 (0)