💡 Fix PHPDoc errors made in cd170be4

* fix typo in used-by (thanks @Molkobain !)
* add class before method name as needed for our phpdoc generator (see .doc/README.md)
This commit is contained in:
Pierre Goiffon
2021-03-17 19:09:42 +01:00
parent 0ad65691d3
commit de8761ea61

View File

@@ -142,7 +142,7 @@ abstract class UIBlock implements iUIBlock
/**
* @inheritDoc
* @useb-by GetFilesUrlRecursively
* @used-by \Combodo\iTop\Application\UI\Base\UIBlock::GetFilesUrlRecursively
*/
public function GetJsFilesRelPaths() {
return $this->aJsFilesRelPath;
@@ -158,7 +158,7 @@ abstract class UIBlock implements iUIBlock
/**
* @inheritDoc
* @useb-by GetFilesUrlRecursively
* @used-by \Combodo\iTop\Application\UI\Base\UIBlock::GetFilesUrlRecursively
*/
public function GetCssFilesRelPaths()
{