add namespaces to docstring types
This commit is contained in:
parent
2c0e68b194
commit
eca33f7a73
98 changed files with 632 additions and 555 deletions
|
|
@ -22,7 +22,7 @@
|
|||
/**
|
||||
* Linker
|
||||
*
|
||||
* @var Linker
|
||||
* @var \nre\core\Linker
|
||||
*/
|
||||
private $linker = null;
|
||||
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
/**
|
||||
* Get linker instance for creating links.
|
||||
*
|
||||
* @return Linker Linker instance for creating links
|
||||
* @return \nre\core\Linker Linker instance for creating links
|
||||
*/
|
||||
public function getLinker()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue