More return documentation
[lhc/web/wiklou.git] / includes / Category.php
index c51a7c4..0be4830 100644 (file)
@@ -231,7 +231,10 @@ class Category {
                );
        }
 
-       /** Generic accessor */
+       /**
+        * Generic accessor
+        * @return bool
+        */
        private function getX( $key ) {
                if ( !$this->initialize() ) {
                        return false;