mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-17 02:25:10 +00:00
Joomla code-style fixes
This commit is contained in:
parent
5662e48df4
commit
1039b49b9b
@ -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,7 +363,7 @@ 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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user