1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

dropped unused var

This commit is contained in:
Bruce Weirdan 2019-02-24 21:14:14 +02:00 committed by Matthew Brown
parent 9c5ee3e9d6
commit 624789f6c0

View File

@ -155,7 +155,7 @@ class ProjectAnalyzerTest extends TestCase
ob_start(); ob_start();
$this->project_analyzer->check('tests/DummyProject'); $this->project_analyzer->check('tests/DummyProject');
$output = ob_get_clean(); ob_end_clean();
$this->assertTrue($hook::$called); $this->assertTrue($hook::$called);
} }