@@ -31,6 +31,7 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * Gets resource owner attribute by key. The key supports dot notation. |
33 | 33 | * |
34 | + * @param string $key |
|
34 | 35 | * @return mixed |
35 | 36 | */ |
36 | 37 | public function getAttribute($key) |
@@ -129,7 +130,7 @@ discard block |
||
129 | 130 | } |
130 | 131 | |
131 | 132 | /** |
132 | - * @return string |
|
133 | + * @return boolean |
|
133 | 134 | */ |
134 | 135 | public function __toString() |
135 | 136 | { |