Skip to content

Commit 4a7d7da

Browse files
committed
Deprecate MutatingScope::enterCatch()
1 parent 12adfbe commit 4a7d7da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,6 +3102,7 @@ public function enterForeachKey(Expr $iteratee, string $keyName): self
31023102
}
31033103

31043104
/**
3105+
* @deprecated Use enterCatchType
31053106
* @param Node\Name[] $classes
31063107
*/
31073108
public function enterCatch(array $classes, ?string $variableName): self

0 commit comments

Comments
 (0)