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\Entity
      * @ORM\Table(name="fos_user")
      * @ORM\Table(name="fos_user")
-    \*/
+     */
     class User extends BaseUser
     class User extends BaseUser
     {
     {
         /**
         /**
          * @ORM\Id
          * @ORM\Id
          * @ORM\Column(type="integer")
          * @ORM\Column(type="integer")
          * @ORM\GeneratedValue(strategy="AUTO")
          * @ORM\GeneratedValue(strategy="AUTO")
-         \*/
+         */
         protected $id;
         protected $id;
 
 
         public function __construct()
         public function __construct()