chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Controller/CourseController.php

Summary

Maintainability
Test Coverage

Showing 1 of 1 total issue

The method indexJson uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
New

} else {
$shortcut->setCustomImageUrl(null);
}
Category
Status