mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Remove types from function
This commit is contained in:
parent
d3fc9a51e0
commit
5ca35a0635
@ -100,7 +100,12 @@ class TestCase extends BaseTestCase
|
||||
);
|
||||
$file_checker->analyze($context);
|
||||
}
|
||||
protected function getTestName(bool $withDataSet = true): string
|
||||
|
||||
/**
|
||||
* @param bool $withDataSet
|
||||
* @return string
|
||||
*/
|
||||
protected function getTestName($withDataSet = true)
|
||||
{
|
||||
$name = parent::getName($withDataSet);
|
||||
/** @psalm-suppress DocblockTypeContradiction PHPUnit 7 introduced nullable name */
|
||||
|
Loading…
Reference in New Issue
Block a user