mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
0d7c5a2d8e
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 |
||
---|---|---|
.. | ||
ArrayKeyExistsTest.php | ||
AssignmentInConditionalTest.php | ||
ConditionalTest.php | ||
EmptyTest.php | ||
InArrayTest.php | ||
IssetTest.php | ||
ReconcilerTest.php | ||
RedundantConditionTest.php | ||
ScopeTest.php | ||
TypeAlgebraTest.php | ||
TypeTest.php | ||
ValueTest.php |