diff options
author | Sam Reed <reedy@users.mediawiki.org> | 2011-05-28 18:58:51 +0000 |
---|---|---|
committer | Sam Reed <reedy@users.mediawiki.org> | 2011-05-28 18:58:51 +0000 |
commit | 2b676156ba252dcb39aa90b65799defeb727cf1c (patch) | |
tree | 1c7a66ae7558cd107cb4f3ab9070c450b495dbb1 /includes/Block.php | |
parent | 93b8ff3a101bb730a98a7d2f33cf26c7225d397e (diff) | |
download | mediawikicore-2b676156ba252dcb39aa90b65799defeb727cf1c.tar.gz mediawikicore-2b676156ba252dcb39aa90b65799defeb727cf1c.zip |
And even more documentation
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89061
Diffstat (limited to 'includes/Block.php')
-rw-r--r-- | includes/Block.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/Block.php b/includes/Block.php index d336dcc8595c..3bcab5467a8e 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -122,7 +122,10 @@ class Block { /** * Check if two blocks are effectively equal. Doesn't check irrelevant things like * the blocking user or the block timestamp, only things which affect the blocked user * - * @return Boolean + * + * @param $block Block + * + * @return bool */ public function equals( Block $block ) { return ( |