@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | |
| 88 | 88 | /** |
| 89 | 89 | * Summary of getUserObject |
| 90 | - * @return User|null |
|
| 90 | + * @return DataObject|null |
|
| 91 | 91 | */ |
| 92 | 92 | public function getUserObject() |
| 93 | 93 | { |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | 128 | * Summary of getRequestObject |
| 129 | - * @return Request|null |
|
| 129 | + * @return DataObject|null |
|
| 130 | 130 | */ |
| 131 | 131 | public function getRequestObject() |
| 132 | 132 | { |
@@ -85,7 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | 87 | * Summary of getUserObject |
| 88 | - * @return User|null |
|
| 88 | + * @return DataObject|null |
|
| 89 | 89 | */ |
| 90 | 90 | public function getUserObject() |
| 91 | 91 | { |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | $this->e = null; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | - public function testFormatAsUsername() { |
|
| 20 | + public function testFormatAsUsername() { |
|
| 21 | 21 | // Happy path |
| 22 | 22 | $this->assertEquals($this->e->formatAsUsername("this"), "This"); |
| 23 | 23 | $this->assertEquals($this->e->formatAsUsername("1this"), "1this"); |
@@ -17,7 +17,8 @@ |
||
| 17 | 17 | $this->e = null; |
| 18 | 18 | } |
| 19 | 19 | |
| 20 | - public function testFormatAsUsername() { |
|
| 20 | + public function testFormatAsUsername() |
|
| 21 | + { |
|
| 21 | 22 | // Happy path |
| 22 | 23 | $this->assertEquals($this->e->formatAsUsername("this"), "This"); |
| 23 | 24 | $this->assertEquals($this->e->formatAsUsername("1this"), "1this"); |