mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Add @inheritDoc to all setUp and tearDown methods
This commit is contained in:
@@ -17,6 +17,9 @@ class ValidationExceptionHandlerTest extends TestCase
|
||||
{
|
||||
private $handler;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->handler = new ValidationExceptionHandler;
|
||||
|
Reference in New Issue
Block a user