Passed
Push — develop ( 5130a6...cbfd9b )
by nguereza
02:50
created
src/Auth/Entity/User.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@  discard block
 block discarded – undo
55 55
  * @class User
56 56
  * @package Platine\Framework\Auth\Entity
57 57
  */
58
-class User extends Entity implements IdentityInterface
59
-{
58
+class User extends Entity implements IdentityInterface {
60 59
 
61 60
     /**
62 61
      * {@inheritdoc}
@@ -97,8 +96,7 @@  discard block
 block discarded – undo
97 96
     /**
98 97
      * {@inheritdoc}
99 98
      */
100
-    public function getId()
101
-    {
99
+    public function getId() {
102 100
         return $this->mapper()->getColumn('id');
103 101
     }
104 102
 
Please login to merge, or discard this patch.
src/Auth/Entity/Permission.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
54 54
  * @class Permission
55 55
  * @package Platine\Framework\Auth\Entity
56 56
  */
57
-class Permission extends Entity
58
-{
57
+class Permission extends Entity {
59 58
 
60 59
     /**
61 60
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Auth/Entity/Role.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@
 block discarded – undo
54 54
  * @class Role
55 55
  * @package Platine\Framework\Auth\Entity
56 56
  */
57
-class Role extends Entity
58
-{
57
+class Role extends Entity {
59 58
 
60 59
     /**
61 60
      * {@inheritdoc}
Please login to merge, or discard this patch.