审查视图

simplewind/vendor/mindplay/annotations/test/suite/Sample/AnnotationInDefaultNamespace.php 105 字节
杨育虎 authored
1 2 3 4 5 6 7 8 9 10
<?php

namespace mindplay\test\Sample;

/**
 * @DefaultSample
 */
class AnnotationInDefaultNamespace
{
}