Suppress false positive CodeSniffer warning
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 20 Nov 2013 10:22:39 +0000 (11:22 +0100)
committerChad <chadh@wikimedia.org>
Thu, 21 Nov 2013 16:54:36 +0000 (16:54 +0000)
Change-Id: Ia76cec9062a944c80f6fa1fbcea517ccf64793e4

includes/db/ORMTable.php

index cdc905b..e47bc67 100644 (file)
@@ -652,9 +652,11 @@ class ORMTable extends DBAccessBase implements IORMTable {
         *
         * @since 1.20
         */
+       // @codingStandardsIgnoreStart Suppress "useless method overriding" sniffer warning
        public function releaseConnection( DatabaseBase $db ) {
                parent::releaseConnection( $db ); // just make it public
        }
+       // @codingStandardsIgnoreEnd
 
        /**
         * Update the records matching the provided conditions by