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