chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Traits/TimestampableAgoTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class doc comment
Open

trait TimestampableAgoTrait

You must use "/**" style comments for a function comment
Open

    public function getUpdatedAtAgo(): string

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Groups(['api'])]

Add a single space around assignment operators
Open

declare(strict_types=1);

You must use "/**" style comments for a function comment
Open

    public function getCreatedAtAgo(): string

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.
Open

    #[Groups(['api'])]

There are no issues that match your filters.

Category
Status