Skip to content

Commit

Permalink
MutatingScope - remove forgotten var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 16, 2020
1 parent 20edb4f commit 6767062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Analyser/MutatingScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 6767062

Please sign in to comment.