Any news on getting this merged so we can update o...
# ask-questions
k
Any news on getting this merged so we can update our PHP version? https://github.com/growthbook/growthbook-php/pull/20
f
I know we discussed it - I can ask again
I think we were concerned it would have side effects for existing users
k
no side effects, essentially a null and empty string are treated the same except in newer version of PHP the function is typed and expects a string only so it throws when it gets a null. this PR just coalesces the null to empty string which is what was kind of happening behind the scenes before so now this just makes it explicit up front.
f
I think its more the removing of the error supressing
okay, checked with the team, we're going to merge it soon
k
Thank you so much ❤️