mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
PHPDoc fixes and code optimization.
This commit is contained in:
@@ -146,6 +146,9 @@
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
function getMagicShortcodes()
|
||||
{
|
||||
|
||||
@@ -380,7 +383,7 @@
|
||||
|
||||
$options['uniqueId'] = (string) $this->uniqueId;
|
||||
$options['menuArea'] = (int) $this->eMenuArea;
|
||||
$options['menuCount'] = (int) $this->eMenuCount;
|
||||
$options['menuCount'] = $this->eMenuCount;
|
||||
$options['menuTotal'] = (int) varset($this->eMenuTotal[$this->eMenuArea]);
|
||||
$options['setStyle'] = (string) $this->eSetStyle;
|
||||
|
||||
|
Reference in New Issue
Block a user