<?php

namespace Mollie\Inpsyde\EnvironmentChecker;

interface ConstraintsCollectionFactoryInterface
{
    /**
     * Creates a constraints collection
     */
    public function create();
}
