| Path : /var/www/html/solarwindia/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
| Current File : /var/www/html/solarwindia/vendor/phpspec/prophecy/src/Prophecy/Doubler/DoubleInterface.php |
<?php
/*
* This file is part of the Prophecy.
* (c) Konstantin Kudryashov <[email protected]>
* Marcello Duarte <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Prophecy\Doubler;
/**
* Core double interface.
* All doubled classes will implement this one.
*
* @author Konstantin Kudryashov <[email protected]>
*/
interface DoubleInterface
{
}