Merge pull request #3596 from GPCsolutions/linkedobject

[Qual] Fixed typo and added hinting
This commit is contained in:
Juanjo Menent 2015-09-26 08:47:19 +02:00
commit a046bcfc9b

View File

@ -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()
{