Skip to content

Conversation

@christianbeeznest
Copy link
Contributor

No description provided.

$allowQuestionOrdering = true;
$showPagination = api_get_setting('exercise.show_question_pagination');
$length = api_get_setting('exercise.question_pagination_length');
$page = isset($_GET['page']) ? (int)$_GET['page'] : 1;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A cast statement must be followed by a single space

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 25aa71f and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Style 1

View more on Code Climate.

@NicoDucou NicoDucou merged commit 1a435bd into chamilo:master Dec 6, 2024
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants