src/CoreBundle/Traits/TimestampableAgoTrait.php
Missing class doc comment Open
Open
trait TimestampableAgoTrait
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function getUpdatedAtAgo(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['api'])]
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
public function getCreatedAtAgo(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Groups(['api'])]
- Exclude checks