Bolt\Configuration\ComposerChecks::__construct PHP Method

__construct() public method

This should ideally be typehinted to Bolt\Configuration\ResourceManager.
public __construct ( ResourceManager $config = null )
$config ResourceManager
    public function __construct($config = null)
    {
        parent::__construct($config);
        $this->addCheck('publicAssets');
        $this->addCheck('database', true);
        $this->addCheck('config', true);
    }