<?php

namespace Inpsyde\EnvironmentChecker;


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