master
--- engines: duplication: enabled: true config: languages: - php phpcodesniffer: enabled: true config: ignore_warnings: true ratings: paths: - "src/**.php" exclude_paths: - tests/ - vendor/ - examples/ - src/Exceptions/ - docs/