Files
2026-01-13 08:59:48 +08:00

6 lines
116 B
PHP

<?php
arch('it will not use debugging functions')
->expect(['dd', 'dump', 'ray'])
->each->not->toBeUsed();