1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

change wording

This commit is contained in:
orklah 2021-07-20 23:55:49 +02:00
parent 58dd3f6f94
commit cefa9b919e

View File

@ -2182,7 +2182,7 @@ class FunctionCallTest extends TestCase
$this->analyzeFile('somefile.php', new \Psalm\Context());
}
public function testTriggerErrorNone(): void
public function testTriggerErrorNever(): void
{
$config = \Psalm\Config::getInstance();
$config->trigger_error_exits = 'never';