From: Siebrand Mazeland Date: Wed, 20 Nov 2013 10:22:39 +0000 (+0100) Subject: Suppress false positive CodeSniffer warning X-Git-Tag: 1.31.0-rc.0~17976 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=9d3c1767434e7ad4d9a20e744d47de798ce0336e;p=lhc%2Fweb%2Fwiklou.git Suppress false positive CodeSniffer warning Change-Id: Ia76cec9062a944c80f6fa1fbcea517ccf64793e4 --- diff --git a/includes/db/ORMTable.php b/includes/db/ORMTable.php index cdc905bb13..e47bc672de 100644 --- a/includes/db/ORMTable.php +++ b/includes/db/ORMTable.php @@ -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