💡 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:
Pierre Goiffon
2021-03-10 15:58:36 +01:00
parent 3501d39877
commit fe70db9af6

View File

@@ -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