From: Alangi Derick Date: Tue, 23 Oct 2018 13:38:42 +0000 (+0100) Subject: Minor cleanup of languages/ConverterRule.php X-Git-Tag: 1.34.0-rc.0~3669^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=45a4cc4cd4051ee24af6b9501ddbb387011e4ff0;p=lhc%2Fweb%2Fwiklou.git Minor cleanup of languages/ConverterRule.php Remove extra space before comma and fix minor issues with line comments. Change-Id: I0306fe172eaa29ab504394f0a80b8652089a809c --- diff --git a/languages/ConverterRule.php b/languages/ConverterRule.php index dc61519c69..999d648c21 100644 --- a/languages/ConverterRule.php +++ b/languages/ConverterRule.php @@ -20,7 +20,7 @@ */ /** - * Parser for rules of language conversion , parse rules in -{ }- tag. + * Parser for rules of language conversion, parse rules in -{ }- tag. * @ingroup Language * @author fdcn , PhiLiP */ @@ -29,13 +29,13 @@ class ConverterRule { public $mConverter; // LanguageConverter object public $mRuleDisplay = ''; public $mRuleTitle = false; - public $mRules = '';// string : the text of the rules + public $mRules = ''; // string : the text of the rules public $mRulesAction = 'none'; public $mFlags = []; public $mVariantFlags = []; public $mConvTable = []; - public $mBidtable = [];// array of the translation in each variant - public $mUnidtable = [];// array of the translation in each variant + public $mBidtable = []; // array of the translation in each variant + public $mUnidtable = []; // array of the translation in each variant /** * @param string $text The text between -{ and }-