mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
💡 PHPDoc : replace link by see
Thanks @Molkobain ! I wrote to much JavaDoc where it is the opposite :/ PhpDoc ref : https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html
This commit is contained in:
@@ -134,9 +134,9 @@ class BlockRenderer
|
||||
* Return the raw output of the JS template
|
||||
*
|
||||
* @param string $sType javascript type only one of the following :
|
||||
* * {@link iUiBlock::ENUM_JS_TYPE_ON_INIT}
|
||||
* * {@link iUiBlock::ENUM_JS_TYPE_ON_READY}
|
||||
* * {@link iUiBlock::ENUM_JS_TYPE_LIVE}
|
||||
* * {@see iUiBlock::ENUM_JS_TYPE_ON_INIT}
|
||||
* * {@see iUiBlock::ENUM_JS_TYPE_ON_READY}
|
||||
* * {@see iUiBlock::ENUM_JS_TYPE_LIVE}
|
||||
*
|
||||
* @return string
|
||||
* @throws \Twig\Error\RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user