Cleanup some docs (includes/*.php)
[lhc/web/wiklou.git] / includes / Block.php
index ac7450b..45bae28 100644 (file)
@@ -1110,7 +1110,7 @@ class Block {
         *        The order is furthest from the server to nearest e.g., (Browser, proxy1, proxy2,
         *        local-squid, ...)
         * @param array $block Array of blocks
-        * @return Block|null the "best" block from the list
+        * @return Block|null The "best" block from the list
         */
        public static function chooseBlock( array $blocks, array $ipChain ) {
                if ( !count( $blocks ) ) {