Skip to content

Commit ff23d06

Browse files
Remove superfluous annotations
1 parent cf58002 commit ff23d06

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Logging/JUnit/JunitXmlLogger.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,11 @@ public function testPreparationStarted(PreparationStarted $event): void
184184
$this->createTestCase($event);
185185
}
186186

187-
/**
188-
* @throws InvalidArgumentException
189-
*/
190187
public function testPreparationFailed(): void
191188
{
192189
$this->preparationFailed = true;
193190
}
194191

195-
/**
196-
* @throws InvalidArgumentException
197-
*/
198192
public function testPrepared(): void
199193
{
200194
$this->prepared = true;

0 commit comments

Comments
 (0)