Fixed spacing and removed unneeded parenthesis
[lhc/web/wiklou.git] / includes / cache / LinkBatch.php
index f47107c..48b60aa 100644 (file)
@@ -98,7 +98,7 @@ class LinkBatch {
         * @return bool
         */
        public function isEmpty() {
-               return ($this->getSize() == 0);
+               return $this->getSize() == 0;
        }
 
        /**