Fix phpcs

This commit is contained in:
Laurent Destailleur 2015-06-01 21:37:09 +02:00
parent c9d63238ca
commit acd693b513
2 changed files with 3 additions and 3 deletions

View File

@ -4794,7 +4794,7 @@ class Form
* @param int $width Width of photo * @param int $width Width of photo
* @param int $height Height of photo (auto if 0) * @param int $height Height of photo (auto if 0)
* @param int $caneditfield Add edit fields * @param int $caneditfield Add edit fields
* @param string $photologo CSS name to use on img for photo * @param string $cssclass CSS name to use on img for photo
* @return string HTML code to output photo * @return string HTML code to output photo
*/ */
static function showphoto($modulepart, $object, $width=100, $height=0, $caneditfield=0, $cssclass='photowithmargin') static function showphoto($modulepart, $object, $width=100, $height=0, $caneditfield=0, $cssclass='photowithmargin')