From c052a0203ba0850fa44205e65c5b1584dde0fb65 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 21 Aug 2011 00:47:29 +0530 Subject: [PATCH] More instances of coding style violations in Eps_Relation_Schema --- libraries/schema/Eps_Relation_Schema.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/schema/Eps_Relation_Schema.class.php b/libraries/schema/Eps_Relation_Schema.class.php index be70889ea4..ffb117efff 100644 --- a/libraries/schema/Eps_Relation_Schema.class.php +++ b/libraries/schema/Eps_Relation_Schema.class.php @@ -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;