From: Mark A. Hershberger Date: Thu, 1 Apr 2010 00:35:14 +0000 (+0000) Subject: follow up r64454 — change comment style X-Git-Tag: 1.31.0-rc.0~37282 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=c1afe8e84e4032631d2f40055aef43884214b4ef;p=lhc%2Fweb%2Fwiklou.git follow up r64454 — change comment style --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 68fb662e11..eaa5756d83 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -475,7 +475,7 @@ abstract class ApiBase { $params = $this->getFinalParams(); $results = array(); - if($params) { /* getFinalParams() can return false */ + if($params) { // getFinalParams() can return false foreach ( $params as $paramName => $paramSettings ) { $results[$paramName] = $this->getParameterFromSettings( $paramName, $paramSettings, $parseLimit ); }