浏览代码

fixed phpdoc

Oskar Stark 9 年之前
父节点
当前提交
5049702ab6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Resources/doc/reference/security.rst

+ 2 - 2
Resources/doc/reference/security.rst

@@ -274,14 +274,14 @@ User class (in a custom UserBundle). Do it as follows:
     /**
      * @ORM\Entity
      * @ORM\Table(name="fos_user")
-    \*/
+     */
     class User extends BaseUser
     {
         /**
          * @ORM\Id
          * @ORM\Column(type="integer")
          * @ORM\GeneratedValue(strategy="AUTO")
-         \*/
+         */
         protected $id;
 
         public function __construct()