Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-02-16 19:35:52 +01:00
parent f4f3efec62
commit 20797920d7

View File

@ -564,6 +564,7 @@ abstract class CommonObject
* Return clicable link of object (with eventually picto) * Return clicable link of object (with eventually picto)
* *
* @param string $option Where point the link (0=> main card, 1,2 => shipment, 'nolink'=>No link) * @param string $option Where point the link (0=> main card, 1,2 => shipment, 'nolink'=>No link)
* @return string HTML Code for Kanban thumb.
*/ */
public function getKanbanView($option = '') public function getKanbanView($option = '')
{ {