DEBSOURCES
Skip Quicknav
sources / php-proxy-manager / 2.11.1%2B1.0.18-3 / tests / ProxyManagerTestAsset / RemoteProxy / FooEnum.php
12345678910
<?php declare(strict_types=1); namespace ProxyManagerTestAsset\RemoteProxy; enum FooEnum { case bar; }