diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2011-03-24 00:43:27 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2011-03-24 00:43:27 +0000 |
commit | f326b5965025fd7d36b0152b7b6748a5e9e1bb1d (patch) | |
tree | 914beaaf2a9e762c47dc95e0f56318db693289f6 /includes/Status.php | |
parent | 06ca5a3fa54c40cd91b54d229cef8ad2b84c676d (diff) | |
download | mediawikicore-f326b5965025fd7d36b0152b7b6748a5e9e1bb1d.tar.gz mediawikicore-f326b5965025fd7d36b0152b7b6748a5e9e1bb1d.zip |
Remove some trailing whitespace
Add some documentation
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84653
Diffstat (limited to 'includes/Status.php')
-rw-r--r-- | includes/Status.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Status.php b/includes/Status.php index 6e44d0ba47f4..372f8c6de176 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -305,6 +305,7 @@ class Status { } return $result; } + /** * Returns true if the specified message is present as a warning or error * |