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
Sometimes assert points to correct place in the code and sometimes there are useless messages like in the example.
I've no idea what may cause this, but this is my pain for several years now and cannot even find any mention of this issue!
[2021-06-08 15:47:02] request.CRITICAL: Uncaught PHP Exception Webmozart\Assert\InvalidArgumentException: "Expected a value other than null." at /srv/app/vendor/webmozart/assert/src/Assert.php line 2060 {"exception":"[object] (Webmozart\\Assert\\InvalidArgumentException(code: 0): Expected a value other than null. at /srv/app/vendor/webmozart/assert/src/Assert.php:2060)"} []
Mainly I'm getting this at sylius based projects.
The text was updated successfully, but these errors were encountered:
Hello fellow countryman! I also faced this problem. I suggested a PR #241 to solve the problem. I hope it will be accepted. In the meantime, you can take a hack from PR and solve the problem through inheritance.
Sometimes assert points to correct place in the code and sometimes there are useless messages like in the example.
I've no idea what may cause this, but this is my pain for several years now and cannot even find any mention of this issue!
Mainly I'm getting this at sylius based projects.
The text was updated successfully, but these errors were encountered: