mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°3526 - Clean up pass on UIBlockFactories
- Add PHPDoc - Remove (Object) return type hint on overloadable methods
This commit is contained in:
@@ -16,10 +16,13 @@ use Combodo\iTop\Application\UI\Base\AbstractUIBlockFactory;
|
||||
* @author Eric Espie <eric.espie@combodo.com>
|
||||
* @package Combodo\iTop\Application\UI\Base\Component\Spinner
|
||||
* @since 3.0.0
|
||||
* @internal
|
||||
*/
|
||||
class SpinnerUIBlockFactory extends AbstractUIBlockFactory
|
||||
{
|
||||
/** @inheritDoc */
|
||||
public const TWIG_TAG_NAME = 'UISpinner';
|
||||
/** @inheritDoc */
|
||||
public const UI_BLOCK_CLASS_NAME = Spinner::class;
|
||||
|
||||
public static function MakeStandard(?string $sId = null)
|
||||
|
||||
Reference in New Issue
Block a user