Browse Source

fixed phpdoc

Oskar Stark 9 years ago
parent
commit
5049702ab6
1 changed files with 2 additions and 2 deletions
  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()