mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°3526 - Clean up pass on UIBlocks
- Move UIBlock::ENUM_BLOCK_FILES_TYPE_XXX to iUIBlock - Add PHPDoc - Remove Object return type hint on overloadable methods - Add scalar return type hint - Add type hint on parameters
This commit is contained in:
@@ -390,7 +390,7 @@ class Panel extends UIContentBlock
|
||||
* @see static::$sCSSColorClass
|
||||
* @return string
|
||||
*/
|
||||
public function GetCSSColorClass()
|
||||
public function GetCSSColorClass(): string
|
||||
{
|
||||
return $this->sCSSColorClass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user