-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Milestone
Description
I found a code block that I believe is related to the now unsupported PEAR installation (#4) that can be removed:
PHP_CodeSniffer/src/Config.php
Lines 1707 to 1711 in 038b4a1
if (is_file($configFile) === false | |
&& strpos('@data_dir@', '@data_dir') === false | |
) { | |
$configFile = '@data_dir@/PHP_CodeSniffer/CodeSniffer.conf'; | |
} |
A similar code block was removed in #4:
Opening this issue first for confirmation before creating a PR.