lose useless blank line

This commit is contained in:
Dylan K. Taylor 2020-11-01 14:24:02 +00:00
parent be1da07ee5
commit 19bc879dc1

View File

@ -32,7 +32,6 @@ class HandlerListManagerTest extends TestCase{
/** @var \Closure */
private $resolveParentFunc;
public function setUp() : void{
/** @see HandlerListManager::isValidClass() */
$this->isValidFunc = (new \ReflectionMethod(HandlerListManager::class, 'isValidClass'))->getClosure();