Closed nyamsprod closed 3 years ago
I could replace the use of filter_var
with intval
and strval
if you want to rely on functions only present in core. What do you think ?
I've updated the PR by adding 2 static protected methods filterStringValue
and filterIntValue
Dur. I thought I told Scrutinizer to buzz off.
I really hate loose typing... :smile:
Any other updates you have in mind? I don't want to have too many more tags in rapid succession.
At the moment no those are just issues I stumble on during CI/CD tests. From my part it should be fine for now. If you can wait 1 week I'll come back to you with a definitive go ahead from my part.
:+1:
@Crell all is good you can proceed with the release 😉👌🏾
As a follow up to #33 I'm also removing
empty
usage on decompiling the Problem object to remove the following bug