mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
style: split assignment into two lines clarity
This commit is contained in:
@ -73,7 +73,8 @@ trait Testable
|
||||
{
|
||||
$this->__test = $test;
|
||||
$this->__description = $description;
|
||||
self::$beforeAll = self::$afterAll = null;
|
||||
self::$beforeAll = null;
|
||||
self::$afterAll = null;
|
||||
|
||||
parent::__construct('__test', $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user