mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Remove no longer necessary @vars
This commit is contained in:
parent
987981b12a
commit
a8b249b786
@ -1461,7 +1461,6 @@ class ConfigTest extends TestCase
|
||||
FileTypeSelfRegisteringPlugin::$names = $names;
|
||||
FileTypeSelfRegisteringPlugin::$flags = $flags;
|
||||
|
||||
/** @var non-empty-string $xml */
|
||||
$xml = sprintf(
|
||||
'<?xml version="1.0"?>
|
||||
<psalm><plugins><pluginClass class="%s"/></plugins></psalm>',
|
||||
|
@ -801,7 +801,6 @@ class PluginTest extends TestCase
|
||||
|
||||
public function testPluginFilenameCanBeAbsolute(): void
|
||||
{
|
||||
/** @var non-empty-string $xml */
|
||||
$xml = sprintf(
|
||||
'<?xml version="1.0"?>
|
||||
<psalm
|
||||
@ -828,7 +827,6 @@ class PluginTest extends TestCase
|
||||
$this->expectException(InvalidArgumentException::class);
|
||||
$this->expectExceptionMessage('does-not-exist/plugins/StringChecker.php');
|
||||
|
||||
/** @var non-empty-string $xml */
|
||||
$xml = sprintf(
|
||||
'<?xml version="1.0"?>
|
||||
<psalm
|
||||
|
Loading…
Reference in New Issue
Block a user