Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 242 Bytes

File metadata and controls

12 lines (10 loc) · 242 Bytes

CPR Validator.

Validate a string resembles a CPR Number.

Check code style

docker-compose run phpfpm composer run check-coding-standards/php-cs-fixer

Run unit tests

docker-compose run phpfpm composer run phpunit