mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
💡 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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user