<?php

declare(strict_types=1);

namespace ProxyManagerTestAsset;

/**
 * Base test asset
 *
 * @author Marco Pivetta <ocramius@gmail.com>
 * @license MIT
 */
class EmptyClass
{
}
