Open pizzaminded opened 5 years ago
I encountered the same issue many times. I am glad you came up with this fix. I've implemented it in my local copy for tests and I am satisfied with the result. Two thumbs up!
I hope Milenko accept this pull request soon.
In some cases,
r()
on php 7.3 were throwing this error:count(): Parameter must be an array or an object that implements Countable
After adding additional condition, this error gone away.