Closed designbyjr closed 6 years ago
I use symfony 3.2 and got this warning.
php.DEBUG: Notice: Undefined index: CONTENT_ENCODING {"exception":"[object] (Symfony\Component\Debug\Exception\SilencedErrorContext: {\"severity\":8,\"file\":\"/../USER/MYPROJECT/vendor/duzun/hquery/hquery.php\",\"line\":2967})"} Notice: Undefined index: method also appears in line 2751. Can you please check this?
php.DEBUG: Notice: Undefined index: CONTENT_ENCODING {"exception":"[object] (Symfony\Component\Debug\Exception\SilencedErrorContext: {\"severity\":8,\"file\":\"/../USER/MYPROJECT/vendor/duzun/hquery/hquery.php\",\"line\":2967})"}
Notice: Undefined index: method also appears in line 2751. Can you please check this?
These are just Notices that I intentionally hide with @.
@
I've updated the code to not have these notices in #fff3610.
Thank you
I use symfony 3.2 and got this warning.