dev-lang/php: fix UnusedLocalUse [QA]

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-03-27 19:51:39 +02:00
parent e52844bf6c
commit 6556a44cb7
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -27,10 +27,6 @@
<flag name="cli">
Enable the Command-Line Interface (CLI) SAPI
</flag>
<flag name="coverage">
Include gcov symbols for test coverage and lcov reports. Only
useful for extension developers, and requires GCC.
</flag>
<flag name="ctype">
Enable the Character type checking (ctype) extension
</flag>