Completed
Push — release-2.1 ( 562b90...7c6704 )
by Jeremy
15s
created
Sources/PersonalMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4051,7 +4051,7 @@
 block discarded – undo
4051 4051
  *
4052 4052
  * @param int $pmID The ID of the PM
4053 4053
  * @param string $validFor Which folders this is valud for - can be 'inbox', 'outbox' or 'in_or_outbox'
4054
- * @return boolean Whether the PM is accessible in that folder for the current user
4054
+ * @return boolean|null Whether the PM is accessible in that folder for the current user
4055 4055
  */
4056 4056
 function isAccessiblePM($pmID, $validFor = 'in_or_outbox')
4057 4057
 {
Please login to merge, or discard this patch.