@@ -2,8 +2,6 @@
/* For licensing terms, see /license.txt */
/**
- * Script.
- *
* @package chamilo.gradebook
*/
require_once __DIR__.'/../inc/global.inc.php';
@@ -100,9 +100,9 @@ class Category implements GradebookItem
{
if (!empty($this->certificate_min_score)) {
return $this->certificate_min_score;
- } else {
- return null;
}
+
+ return null;