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

Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
This commit is contained in:
Tomas Votruba 2022-02-27 00:34:37 +00:00 committed by GitHub
parent 53d8a6d063
commit eec25fff0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2967,7 +2967,6 @@ Remove dead try/catch
- catch (Throwable $throwable) {
- throw $throwable;
- }
+ // some code
}
}
```