You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gsherwood
changed the title
Config.php __construct triggering open_basedir restriction warnings
Searching for a phpcs.xml file can throw warnings due to open_basedir restrictions
Jul 29, 2019
Thanks for the report. PR #2564 fixes this issue. I also discovered a related issue with searching for the composer autoloader during my testing, so I've fixed that up as well.
Hi!
Within this loop: https://github.com/squizlabs/PHP_CodeSniffer/blob/master/src/Config.php#L349-L360
... The
$default
file becomes:Once the files go outside of the user's home directory, they trigger the following warning:
In my particular instance, the warning is corrupting the ajax response of this WordPress plugin: https://github.com/WPTRT/theme-sniffer
The text was updated successfully, but these errors were encountered: