1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +01:00
psalm/tests/TypeReconciliation
Matthew Brown cbd8150fde
Add RedundantPropertyInitializationCheck (#4732)
* Add RedundantPropertyInitializationCheck

* add documentation for RedundantPropertyInitializationCheck (#4734)

Co-authored-by: orklah <orklah@users.noreply.github.com>
2021-01-29 11:47:05 +01:00
..
AssignmentInConditionalTest.php Detect redundant cast (#4695) 2021-01-29 11:46:25 +01:00
ConditionalTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2021-01-29 11:46:26 +01:00
EmptyTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
IssetTest.php Add RedundantPropertyInitializationCheck (#4732) 2021-01-29 11:47:05 +01:00
ReconcilerTest.php better fix for reconciling iterable and object (#4712) 2021-01-29 11:46:27 +01:00
RedundantConditionTest.php Treat $a ?? $b identically to isset($a) ? $a : $b 2021-01-29 11:46:26 +01:00
ScopeTest.php Detect redundant cast (#4695) 2021-01-29 11:46:25 +01:00
TypeAlgebraTest.php Add support for some dependent types 2021-01-29 11:46:25 +01:00
TypeTest.php Fix #3017 - use correct keys when converting list to array 2021-01-29 11:47:04 +01:00
ValueTest.php Fix #4626 - array_key_exists should infer type for first arg where possible 2021-01-29 11:46:16 +01:00