[automated] Re-Generate Nodes/Rectors Documentation (#5061)

Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-01-01 19:59:23 +01:00 committed by GitHub
parent 54e0210d68
commit 34c3c3a67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 574 additions and 541 deletions

View File

@ -2428,7 +2428,7 @@ return new TryCatch($tryStmts, [$catch]);
```php
try {
echo 'one';
} catch (CatchedType) {
} catch (\CatchedType) {
echo 'two';
}
```

File diff suppressed because it is too large Load Diff