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'm not sure if it's an issue of phpcq or the php code sniffer. I often run into the issue that the null coalescing operator ?? is detected as arithmetic operation and so the usage of brackets are forced.
The ternary operator ?: instead isn't detected as arithmetic operation.
The text was updated successfully, but these errors were encountered:
I'm not sure if it's an issue of phpcq or the php code sniffer. I often run into the issue that the null coalescing operator
??
is detected as arithmetic operation and so the usage of brackets are forced.The ternary operator
?:
instead isn't detected as arithmetic operation.The text was updated successfully, but these errors were encountered: