i am working on symfony and got this message
Warning: count(): Parameter must be an array or an object that implements Countable
This message is showing only for php 7.2.14, not for php 7.1.26.
I would like a solution that is applied on the server like this one for phpmyAdmin.
I know there are solutions involving changing the code like this one.
But i want a solution that is for all pages, so in the server side.
Thanks in advance !