1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
psalm/tests/TypeReconciliation
kkmuffme 0d7c5a2d8e Fix docblock mixed escape hatch
revert https://github.com/vimeo/psalm/pull/7663 including previous from_docblock Mixed assignments, as the tests required 2 suppressions and created an escape hatch via mixed on higher psalm error levels, where mixed isn't reported, thus hiding potentially fatal bugs.
It's still possible to run the validation of docblock docs though: a @var declaration that contains both possible types, to ensure later code won't escape any checks (and no @psalm-suppress needed at all)

This is also a required preparation to fix some isset issues of https://github.com/vimeo/psalm/issues/9759
2023-11-21 13:01:55 +01:00
..
ArrayKeyExistsTest.php Require trailing commas 2022-12-18 13:20:31 -06:00
AssignmentInConditionalTest.php Require trailing commas 2022-12-18 13:20:31 -06:00
ConditionalTest.php Fix docblock mixed escape hatch 2023-11-21 13:01:55 +01:00
EmptyTest.php Added a bunch of tests from referenced issues 2023-02-20 23:45:01 -04:00
InArrayTest.php Require trailing commas 2022-12-18 13:20:31 -06:00
IssetTest.php append commas to array items 2023-03-12 18:23:10 +01:00
ReconcilerTest.php fix reconciliation between a list and iterable 2023-06-22 23:37:40 +02:00
RedundantConditionTest.php Try 2022-12-25 19:11:54 +01:00
ScopeTest.php Correctly process use aliases in @psalm-scope-this 2023-02-24 00:53:36 -04:00
TypeAlgebraTest.php Fixed more CS issues 2023-02-07 11:20:02 -04:00
TypeTest.php fix is_object assertions 2023-04-20 14:03:35 +02:00
ValueTest.php Require trailing commas 2022-12-18 13:20:31 -06:00