microservices-playground/api-comments

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
README.md
app/AppCache.php5
A
0 mins
app/AppKernel.php43
A
0 mins
app/autoload.php6
A
0 mins
app/config/config.yml
app/config/config_dev.yml
app/config/config_prod.yml
app/config/config_test.yml
app/config/doctrine/default/Author.orm.yml
app/config/doctrine/default/Comment.orm.yml
app/config/doctrine/default/Mention.orm.yml
app/config/doctrine/legacy/Comment.orm.yml
app/config/doctrine/legacy/Mention.orm.yml
app/config/doctrine/legacy/Parameter.orm.yml
app/config/doctrine/legacy/User.orm.yml
app/config/parameters.yml.dist
app/config/routing.yml
app/config/routing_dev.yml
app/config/security.yml
app/config/serializer.yml
app/config/services.yml
app/config/validation.yml
bin/console
composer.json
composer.lock
makefile
phpunit.xml.dist
src/AppBundle/AppBundle.php6
A
0 mins
src/AppBundle/Controller/Comments/CreateController.php34
A
0 mins
src/AppBundle/Controller/Comments/ListController.php27
A
0 mins
src/AppBundle/Controller/Comments/RemoveController.php20
A
0 mins
src/AppBundle/Dto/Dto.php5
A
0 mins
src/AppBundle/Dto/Dto/CommentDto.php16
A
0 mins
src/AppBundle/Dto/Dto/ConfirmedMentionDto.php8
A
0 mins
src/AppBundle/Entity/Author.php40
A
0 mins
src/AppBundle/Entity/Comment.php95
A
0 mins
src/AppBundle/Entity/Entity.php5
A
0 mins
src/AppBundle/Entity/Mention.php30
A
0 mins
src/AppBundle/Exception/ValidationError.php16
A
0 mins
src/AppBundle/Mapper/DtoToEntity/CommentMapper.php36
A
0 mins
src/AppBundle/Mapper/DtoToEntityMapper.php8
A
0 mins
src/AppBundle/Mapper/EntityToDto/CommentMapper.php39
A
0 mins
src/AppBundle/Mapper/EntityToDtoMapper.php9
A
0 mins
src/AppBundle/Repository/AuthorRepository.php6
A
0 mins
src/AppBundle/Repository/CommentRepository.php10
A
0 mins
src/AppBundle/Repository/Doctrine/DoctrineAuthorRepository.php11
A
0 mins
src/AppBundle/Repository/Doctrine/DoctrineCommentRepository.php32
A
0 mins
src/AppBundle/Repository/Doctrine/DoctrineMentionRepository.php20
A
0 mins