@@ -31,10 +31,10 @@ |
||
| 31 | 31 | |
| 32 | 32 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
| 33 | 33 | public function getRequiredConnection() { |
| 34 | - return $this->required_connection; |
|
| 34 | + return $this->required_connection; |
|
| 35 | 35 | } |
| 36 | 36 | public function getCheckComment() { |
| 37 | - return $this->check_comment; |
|
| 37 | + return $this->check_comment; |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * @param $table_name |
| 51 | - * @param $checked |
|
| 51 | + * @param integer $checked |
|
| 52 | 52 | * @return int |
| 53 | 53 | * function that get number of checked or unchecked comment for a table_name |
| 54 | 54 | */ |