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:
parent
9c5ee3e9d6
commit
624789f6c0
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user