Closed redboer closed 3 years ago
Interesting, any idea where the 0
comes from? I'll need to check the docs to find it and then this should be good to merge.
I think PHP 8 being more strict it doesn’t accept null as false. In dev mode it will doesn’t fail because it accepts true (even when it basically want an int).
I think it doesn’t even give true in dev mode, but some int value actually.
When will this be merged? This bug is blocking our development right now...
Pulled changes locally can confirm this is the perfect solution!
@markhuot thank you for merging. It would be great if this MR could be released in a stable version asap. Thanks 😊
This is now included in https://github.com/markhuot/craftql/releases/tag/1.3.7
This fixes issue #342