Files
wiosna-dev_common-library/tests/Meritoo/Common/Tests/Utilities/Reflection/E.php
2017-08-29 22:51:31 +02:00

15 lines
228 B
PHP

<?php
namespace Meritoo\Common\Tests\Utilities\Reflection;
/**
* The E trait.
* Used for testing the Reflection class.
*
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
*/
trait E
{
}