| @@ -136,7 +136,7 @@ discard block | ||
| 136 | 136 | } | 
| 137 | 137 | |
| 138 | 138 | /** | 
| 139 | - * testUpdate | |
| 139 | + * testUpdate | |
| 140 | 140 | */ | 
| 141 | 141 |  	public function testUpdate() { | 
| 142 | 142 |  		foreach ($this->votes as &$vote) { | 
| @@ -156,8 +156,8 @@ discard block | ||
| 156 | 156 | } | 
| 157 | 157 | |
| 158 | 158 | /** | 
| 159 | - * tearDown | |
| 160 | - */ | |
| 159 | + * tearDown | |
| 160 | + */ | |
| 161 | 161 |  	public function tearDown(): void { | 
| 162 | 162 | parent::tearDown(); | 
| 163 | 163 |  		foreach ($this->options as $option) { | 
| @@ -75,8 +75,8 @@ | ||
| 75 | 75 | } | 
| 76 | 76 | |
| 77 | 77 | /** | 
| 78 | - * testFind | |
| 79 | - */ | |
| 78 | + * testFind | |
| 79 | + */ | |
| 80 | 80 |   	public function testFind() { | 
| 81 | 81 |   		foreach ($this->comments as $comment) { | 
| 82 | 82 | $this->assertInstanceOf(Comment::class, $this->commentMapper->find($comment->getId())); |