Merge "Check for CoreParserFunction::urlFunction from array to boolean and return...
[lhc/web/wiklou.git] / includes / db / ORMResult.php
index 160033c..e4efc01 100644 (file)
@@ -30,7 +30,6 @@
  */
 
 class ORMResult implements ORMIterator {
-
        /**
         * @var ResultWrapper
         */
@@ -119,5 +118,4 @@ class ORMResult implements ORMIterator {
        public function valid() {
                return $this->current !== false;
        }
-
 }