<?php

namespace Stubs;

class PDOStub extends \PDO
{
    public function __construct()
    {
    }
}
