Files
php-security-linter/bin
Yutaka Kurosaki b1cbddfa76 Fix: handle missing values for options like -s, -f, -o, -l, -d
When options that require values (e.g., -s, -f) are followed by
another flag (e.g., -s -c), the parser set them to boolean true
instead of their expected string value, causing TypeError.

Now these options properly fall back to defaults when no value
is provided.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:24:30 +09:00
..