From e139f42b9ef8555c891f6d7c49c69ad0254d00af Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Sun, 10 Nov 2013 14:55:08 -0500 Subject: [PATCH] Default to null, add @since. --- mnemo/lib/Api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mnemo/lib/Api.php b/mnemo/lib/Api.php index c442eff6254..47d32e851dd 100644 --- a/mnemo/lib/Api.php +++ b/mnemo/lib/Api.php @@ -203,11 +203,12 @@ public function getActionTimestamp($uid, $action, $notepad = null, $modSeq = fal * * @param string $id The notepad id to get the MODSEQ for. If null, the * highest MODSEQ across all notepads is returned. + * @since 4.2.0 * * @return integer The modseq. * @since 4.1.1 */ - public function getHighestModSeq($id) + public function getHighestModSeq($id = null) { $parent = 'mnemo'; if (!empty($id)) {