Skip to content
Snippets Groups Projects
Commit a046bcfc authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3596 from GPCsolutions/linkedobject

[Qual] Fixed typo and added hinting
parents 86a201ed 57f05e85
No related branches found
No related tags found
No related merge requests found
......@@ -2806,10 +2806,11 @@ abstract class CommonObject
// --------------------
/**
* Show linked object block.
* Show linked object block.
*
* @return int <0 if KO, >0 if OK
* @deprecated 3.8 Use instead $form->shoLinkedObjectBlock($object)
* @return int <0 if KO, >0 if OK
* @deprecated 3.8 Use instead $form->showLinkedObjectBlock($object)
* @see Form::showLinkedObjectBlock
*/
function showLinkedObjectBlock()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment