mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Reformat code
This commit is contained in:
@@ -24,11 +24,11 @@ namespace Combodo\iTop\Application\UI;
|
||||
* Interface iUIBlock
|
||||
*
|
||||
* @package Combodo\iTop\Application\UI
|
||||
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
|
||||
* @internal
|
||||
* @since 2.8.0
|
||||
* @since 2.8.0
|
||||
*/
|
||||
interface iUIBlock
|
||||
{
|
||||
interface iUIBlock {
|
||||
/**
|
||||
* Return the relative path (from <ITOP>/templates/) of the global template (HTML, JS, CSS) to use or null if it's not provided. Should not be used to often as JS/CSS files would be duplicated making the browser parsing time way longer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user