engines:
duplication:
enabled: true
config:
languages:
- php
phpcodesniffer:
standard: "PSR1,PSR2"
ratings:
paths:
- "**.php"
exclude_paths:
- "**/messages/"