@@ -55,8 +55,7 @@ discard block |
||
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 |
||
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 |
@@ -54,8 +54,7 @@ |
||
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} |
@@ -54,8 +54,7 @@ |
||
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} |