Passed
Push — master ( fc6eea...aa6ca3 )
by Henri
01:17
created
examples/Models/User.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 use HnrAzevedo\Datamanager\Datamanager;
6 6
 
7 7
 /** 
8
-  * @property string $name 
9
-  * @property string $email 
10
-  * @property string $password
11
-  */ 
8
+ * @property string $name 
9
+ * @property string $email 
10
+ * @property string $password
11
+ */ 
12 12
 class User extends Datamanager{
13 13
 
14 14
     public function __construct()
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
   * @property string $email 
10 10
   * @property string $password
11 11
   */ 
12
-class User extends Datamanager{
12
+class User extends Datamanager {
13 13
 
14 14
     public function __construct()
15 15
     {
16
-        parent::create('user','id');
16
+        parent::create('user', 'id');
17 17
     }
18 18
 
19 19
 }
20 20
\ No newline at end of file
Please login to merge, or discard this patch.