notes/src/Common/ReflectedMethodType.php

8 lines
92 B
PHP

<?php
namespace Notes\Common;
class ReflectedMethodType extends ReflectedPropertyType
{
}