Passed
Push — master ( 24d49c...5e161a )
by Henri
06:31
created
examples/Models/User.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -4,15 +4,15 @@
 block discarded – undo
4 4
 
5 5
 use HnrAzevedo\Datamanager\Model as Entity;
6 6
 /** 
7
-  * @property string $name 
8
-  * @property string $email 
9
-  * @property string $password
10
-  * @property string birth
11
-  * @property string register
12
-  * @property string $birth
13
-  * @property string $register
14
-  * @property string $weight
15
-  */ 
7
+ * @property string $name 
8
+ * @property string $email 
9
+ * @property string $password
10
+ * @property string birth
11
+ * @property string register
12
+ * @property string $birth
13
+ * @property string $register
14
+ * @property string $weight
15
+ */ 
16 16
 class User extends Entity
17 17
 {
18 18
     public function __construct()
Please login to merge, or discard this patch.