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 tried with 5.7.0 5.7.1 and now today with 5.7.4 same thing.
I am on apple silicon with php 8.2 (PHP 8.2.3 (cli) (built: Feb 15 2023 00:18:01) (NTS))
And the funny thing is, I added var_dump to the file/variables throwing this error:
Am I just missing something silly or shouldnt int(1) !== int(1) supposed to return false instead of true like it does here
I am trying to fiddle it out but if anyone has more experience and can point a finger to something that i am failing to see, that will be much appriciated.
The text was updated successfully, but these errors were encountered:
Hey there,
So I can't update psalm to 5.7.x due to this error.
full stack trace
I tried with 5.7.0 5.7.1 and now today with 5.7.4 same thing.
I am on apple silicon with php 8.2 (PHP 8.2.3 (cli) (built: Feb 15 2023 00:18:01) (NTS))
And the funny thing is, I added var_dump to the file/variables throwing this error:
Am I just missing something silly or shouldnt
int(1) !== int(1)
supposed to returnfalse
instead oftrue
like it does hereI am trying to fiddle it out but if anyone has more experience and can point a finger to something that i am failing to see, that will be much appriciated.
The text was updated successfully, but these errors were encountered: