From 676706279ccbd2505862f87b8d585961ad3c3de7 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Tue, 16 Jun 2020 16:34:44 +0200 Subject: [PATCH] MutatingScope - remove forgotten var_dump --- src/Analyser/MutatingScope.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Analyser/MutatingScope.php b/src/Analyser/MutatingScope.php index f3f777e7a6..7c97dfe518 100644 --- a/src/Analyser/MutatingScope.php +++ b/src/Analyser/MutatingScope.php @@ -1901,7 +1901,6 @@ private function promoteNativeTypes(): self $variableTypes = $this->variableTypes; foreach ($this->nativeExpressionTypes as $expressionType => $type) { if (substr($expressionType, 0, 1) !== '$') { - var_dump($expressionType); throw new \PHPStan\ShouldNotHappenException(); }