phpcodesniffer allocates a group of parameters in consecutive lines in the doc block of a function. Thus, adding a line between the param tag line and the return line will be compatible with the phpcodesniffer tag.
/** * @param Varien_Event_Observer $observer eventobserver * * @return void */
source share