Passed
Push — master ( 7315bb...23b2a7 )
by Henri
01:16
created
examples/Models/User.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 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
-  */ 
8
+ * @property string $name 
9
+ * @property string $email 
10
+ * @property string $password
11
+ * @property string birth
12
+ * @property string register
13
+ */ 
14 14
 class User extends Entity{
15 15
 
16 16
     private array $fields = [];
Please login to merge, or discard this patch.