More instances of coding style violations in Eps_Relation_Schema

This commit is contained in:
Madhura Jayaratne 2011-08-21 00:47:29 +05:30
parent efbbc52568
commit c052a0203b

View File

@ -111,13 +111,13 @@ class PMA_EPS
* font can be set whenever needed in EPS
*
* @param string $value sets the font name e.g Arial
* @param integer $value sets the size of the font e.g 10
* @param integer $size sets the size of the font e.g 10
*
* @return void
*
* @access public
*/
function setFont($value,$size)
function setFont($value, $size)
{
$this->font = $value;
$this->fontSize = $size;