33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-12-01 01:03:55 +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';
/**
* Key-value map for language translations
*
* @var array
*/
protected $langKeys = array();
/**
@ -358,7 +363,7 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
/**
* Appends keys from INI file to the list
*
* @param string $file
* @param string $file Language INI-file name
*
* @return void
*/