This commit is contained in:
Eric
2021-05-28 18:04:11 +02:00
parent aed1e7dfdc
commit e46480032e
5 changed files with 36 additions and 32 deletions

View File

@@ -139,7 +139,7 @@ interface iUIBlock {
/**
* Add a JS file to a block
*
* @param string $sPath
* @param string $sPath relative path of a JS file to add
*
* @return $this
*/
@@ -148,7 +148,7 @@ interface iUIBlock {
/**
* Add a CSS file to a block
*
* @param string $sPath
* @param string $sPath relative path of a CSS file to add
*
* @return $this
*/