Skip to content

User: Remove user.registration_date #6045 #6059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

christianbeeznest
Copy link
Contributor

No description provided.

@@ -93,7 +93,7 @@ function confirmation(name) {
$user_data['old_password'] = $user_data['password'];
//Convert the registration date of the user

$user_data['registration_date'] = api_get_local_time($user_data['registration_date']);
$user_data['created_at'] = api_get_local_time($user_data['created_at']);

Choose a reason for hiding this comment

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

Variable "user_data" is not in valid camel caps format

@@ -93,7 +93,7 @@
$user_data['old_password'] = $user_data['password'];
//Convert the registration date of the user

$user_data['registration_date'] = api_get_local_time($user_data['registration_date']);
$user_data['created_at'] = api_get_local_time($user_data['created_at']);

Choose a reason for hiding this comment

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

Variable "user_data" is not in valid camel caps format

@@ -288,7 +288,7 @@
get_lang('Create by <a href="%s">%s</a> on %s'),
'user_information.php?user_id='.$user_data['creator_id'],
$creatorInfo['username'],
$user_data['registration_date']
$user_data['created_at']

Choose a reason for hiding this comment

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

Variable "user_data" is not in valid camel caps format

@@ -0,0 +1,32 @@
<?php

declare(strict_types=1);

Choose a reason for hiding this comment

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

Add a single space around assignment operators

use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;

final class Version20250129120000 extends AbstractMigrationChamilo

Choose a reason for hiding this comment

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

Missing class doc comment

Copy link

Code Climate has analyzed commit 1fa55bf and detected 20 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 14
Clarity 3
Bug Risk 3

View more on Code Climate.

@christianbeeznest christianbeeznest merged commit 82b9654 into chamilo:master Feb 11, 2025
3 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.

1 participant