From 9911ffc9cd320ff051c30fe27d6b471ad99cf1b0 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 13 Dec 2018 00:08:37 -0500 Subject: [PATCH] Fix type --- src/Psalm/Type/Reconciler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Psalm/Type/Reconciler.php b/src/Psalm/Type/Reconciler.php index 85b6f398b..40c56590c 100644 --- a/src/Psalm/Type/Reconciler.php +++ b/src/Psalm/Type/Reconciler.php @@ -2075,6 +2075,7 @@ class Reconciler * * @param string $key * @param array $existing_keys + * @param string[][] $new_type_parts * * @return Type\Union|null */