1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00

Fix description in InvalidCodeAnalysisWithIssuesTestTrait

This commit is contained in:
Ivan Sidorov 2024-02-14 15:45:04 +00:00
parent 08a479aede
commit b7a20802da

View File

@ -32,7 +32,7 @@ use const PHP_VERSION;
* If "throw_exception" is set to `false`, the code may continue * If "throw_exception" is set to `false`, the code may continue
* to execute, and an error may potentially occur. * to execute, and an error may potentially occur.
* *
* This commit allows testing for the second case, when the value of * This is trait allows testing for the second case, when the value of
* "throw_exception" will be "false". * "throw_exception" will be "false".
* *
* @psalm-type DeprecatedDataProviderArrayNotation = array{ * @psalm-type DeprecatedDataProviderArrayNotation = array{