31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-29 05:29:08 +00:00

Joomla code-style fixes

This commit is contained in:
Denis Ryabov 2021-05-11 23:52:40 +03:00
parent 5662e48df4
commit 1039b49b9b

View File

@ -44,6 +44,11 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
*/ */
protected $description = 'COM_JEDCHECKER_LANG_DESC'; protected $description = 'COM_JEDCHECKER_LANG_DESC';
/**
* Key-value map for language translations
*
* @var array
*/
protected $langKeys = array(); protected $langKeys = array();
/** /**
@ -358,9 +363,9 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
/** /**
* Appends keys from INI file to the list * Appends keys from INI file to the list
* *
* @param string $file * @param string $file Language INI-file name
* *
* @return void * @return void
*/ */
protected function populateLangKeys($file) protected function populateLangKeys($file)
{ {