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
I'd like to allow params when a flag is present ia param value like JSON_HEX_TAG | JSON_HEX_APOS. Currently that's not possible and a param value is treated as scalar value.
This will need a new param format, one idea is mentioned in #141 (comment)
After adding the support, json_decode() with JSON_THROW_ON_ERROR could be added to the "loose" config as originally proposed by @ilazaridis in #141.
I'd like to allow params when a flag is present ia param value like
JSON_HEX_TAG | JSON_HEX_APOS
. Currently that's not possible and a param value is treated as scalar value.This will need a new param format, one idea is mentioned in #141 (comment)
After adding the support,
json_decode()
withJSON_THROW_ON_ERROR
could be added to the "loose" config as originally proposed by @ilazaridis in #141.Also this should be updated too then
phpstan-disallowed-calls/disallowed-loose-calls.neon
Lines 9 to 12 in 332969d
The text was updated successfully, but these errors were encountered: