Merge "Add mw-ui-input to mediawiki ui"
[lhc/web/wiklou.git] / tests / phpunit / includes / db / ORMRowTest.php
index 596d0bd..4ff6165 100644 (file)
@@ -71,11 +71,12 @@ abstract class ORMRowTest extends \MediaWikiTestCase {
        /**
         * @since 1.20
         * @param array $data
-        * @param boolean $loadDefaults
+        * @param bool $loadDefaults
         * @return IORMRow
         */
        protected function getRowInstance( array $data, $loadDefaults ) {
                $class = $this->getRowClass();
+
                return new $class( $this->getTableInstance(), $data, $loadDefaults );
        }