31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-02 13:40:46 +00:00

Merge pull request #54 from dryabov/patch-4

Add `print_r` to "errorlog" list
This commit is contained in:
Anibal Sanchez 2019-05-17 11:24:50 +02:00 committed by GitHub
commit 03c7294a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ warning_groups="superglobals"
superglobals="$_GET,$_POST,$_SESSION,$_COOKIE,$_FILES" superglobals="$_GET,$_POST,$_SESSION,$_COOKIE,$_FILES"
notice_groups="errorlog,todo" notice_groups="errorlog,todo"
errorlog="error_log,var_export,var_dump" errorlog="error_log,var_export,var_dump,print_r"
todo="@TODO" todo="@TODO"
compatibility_groups="notinj3,deprecated,jerr,DS,strict" compatibility_groups="notinj3,deprecated,jerr,DS,strict"