|
|
@@ -1,5 +1,14 @@
|
|
|
<?php
|
|
|
-
|
|
|
+/**
|
|
|
+ * PHP表单生成器
|
|
|
+ *
|
|
|
+ * @package FormBuilder
|
|
|
+ * @author xaboy <xaboy2005@qq.com>
|
|
|
+ * @version 2.0
|
|
|
+ * @license MIT
|
|
|
+ * @link https://github.com/xaboy/form-builder
|
|
|
+ * @document http://php.form-create.com
|
|
|
+ */
|
|
|
|
|
|
namespace FormBuilder\Annotation;
|
|
|
|
|
|
@@ -7,8 +16,6 @@ use FormBuilder\Contract\AnnotationInterface;
|
|
|
|
|
|
/**
|
|
|
* @Annotation
|
|
|
- * Class Group
|
|
|
- * @package FormBuilder\Annotation
|
|
|
*/
|
|
|
final class Group implements AnnotationInterface
|
|
|
{
|