Skip to content

Commit

Permalink
Deprecate MutatingScope::enterCatch()
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 14, 2022
1 parent 12adfbe commit 4a7d7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Analyser/MutatingScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -3102,6 +3102,7 @@ public function enterForeachKey(Expr $iteratee, string $keyName): self
}

/**
* @deprecated Use enterCatchType
* @param Node\Name[] $classes
*/
public function enterCatch(array $classes, ?string $variableName): self
Expand Down

0 comments on commit 4a7d7da

Please sign in to comment.