Closed exussum12 closed 7 years ago
Given the following code
<?php sprintf('%d', 5000);
Why is the 5000 not picked up as a magic number ?
I read the docs ignore this
Given the following code
<?php sprintf('%d', 5000);
Why is the 5000 not picked up as a magic number ?