Replies: 1 comment
-
Hi @mkluczka, If your warning is ignored by the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been doing some debugging with Yii2, and found out my warning is silenced by this error handler
https://github.com/yiisoft/yii2/blob/master/framework/base/ErrorHandler.php#L248
what is the purpose of bitwise operator used here? Or maybe it was supposed to be
&&
?Beta Was this translation helpful? Give feedback.
All reactions