
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

declare (strict_types=1);
namespace Rector\PHPUnit\Enum;

final class ConsecutiveVariable
{
    /**
     * @var string
     */
    public const MATCHER = 'matcher';
    /**
     * @var string
     */
    public const PARAMETERS = 'parameters';
}
