mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°3526 - Clean up pass on UIBlockFactories
- Add PHPDoc - Remove (Object) return type hint on overloadable methods
This commit is contained in:
@@ -14,18 +14,18 @@ namespace Combodo\iTop\Application\UI\Base;
|
||||
* @package Combodo\iTop\Application\UI\Base
|
||||
* @author Eric Espie <eric.espie@combodo.com>
|
||||
* @since 3.0.0
|
||||
* @internal
|
||||
* @api
|
||||
*/
|
||||
abstract class AbstractUIBlockFactory implements iUIBlockFactory
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
* @used-by static::GetTwigTagName()
|
||||
* @see static::GetTwigTagName()
|
||||
*/
|
||||
public const TWIG_TAG_NAME = 'UIBlock';
|
||||
/**
|
||||
* @var string
|
||||
* @useb-by static::GetUIBlockClassName()
|
||||
* @see static::GetUIBlockClassName()
|
||||
*/
|
||||
public const UI_BLOCK_CLASS_NAME = UIBlock::class;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user