Run PHP Magic Number Detector (PHPMND)
run_phpmndDetects numeric constants in PHP code and suggests defining them as named constants to improve readability and maintainability.
Instructions
Sayısal sabitleri tespit eder ve bunların 'const' olarak tanımlanmasını önerir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude | No | Hariç tutulacak dizinler. | |
| filepath | Yes | Taranacak dosya veya dizin. Örnek: ./src | |
| extensions | No | Dosya uzantıları. Varsayılan: ['php']. | |
| projectPath | No | İsteğe bağlı proje kökü (otomatik tespit edilir). |