Closed unicodeveloper closed 9 years ago
namespace Kola\PotatoOrm\Helper; use Kola\PotatoOrm\Exception\UnsuccessfulDbConnException as ConnEx; use \PDO;
Imports should be from shortest to longest. Rearrange
/** * Override the parent class PDO constructor to prevent instantiation-argument requirement */ public function __construct() { }
Any reason why there is an empty constructor here?
Amended
Imports should be from shortest to longest. Rearrange
Any reason why there is an empty constructor here?