Completed
Push — master ( ecc3b3...e5d360 )
by Kirill
03:37
created
src/AppBundle/Entity/User.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -61,18 +61,18 @@
 block discarded – undo
61 61
      * @ORM\Column(name="chat_id", type="bigint", nullable=false)
62 62
      */
63 63
     protected $chatId;
64
-	/**
65
-	 * @var string
66
-	 *
67
-	 * @ORM\Column(name="name", type="text")
68
-	 */
69
-	protected $name;
64
+    /**
65
+     * @var string
66
+     *
67
+     * @ORM\Column(name="name", type="text")
68
+     */
69
+    protected $name;
70 70
 
71 71
 
72
-	/**
73
-	 * @var integer
74
-	 *
75
-	 * @ORM\Column(name="points", type="bigint")
76
-	 */
77
-	protected $points;
72
+    /**
73
+     * @var integer
74
+     *
75
+     * @ORM\Column(name="points", type="bigint")
76
+     */
77
+    protected $points;
78 78
 }
Please login to merge, or discard this patch.