Current File : /var/www/vinorea/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Stub/EmptyClassStub.php
<?php

declare(strict_types=1);

namespace ProxyManager\Stub;

/**
 * Just an empty instantiable class
 */
final class EmptyClassStub
{
}