for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mhorninger\MySQLite\MySQL;
trait Miscellaneous
{
//phpcs:disable
public static function mysql_inet_ntoa($numeric)
//phpcs:enable
if ($numeric && is_numeric($numeric)) {
return long2ip(sprintf('%d', $numeric));
}