1.1.0
Added new sniff Moxio.PHP.DisallowUniqidWithoutMoreEntropy
. This sniff disallows calls to uniqid()
without the $more_entropy
parameter being set to true
, because such calls can harm performance.
Added new sniff Moxio.PHP.DisallowUniqidWithoutMoreEntropy
. This sniff disallows calls to uniqid()
without the $more_entropy
parameter being set to true
, because such calls can harm performance.