diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-07-21 14:12:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 18:12:22 +0000 |
commit | 590cc4e888f072f7f0788da1f93d80c7bc86be4a (patch) | |
tree | 1ef9646d1e274c70c30625fad70df5521a3ebbb3 /changelog.d | |
parent | Fix the hierarchy of OpenID providers in the docs. (#10445) (diff) | |
download | synapse-590cc4e888f072f7f0788da1f93d80c7bc86be4a.tar.xz |
Add type hints to additional servlet functions (#10437)
Improves type hints for: * parse_{boolean,integer} * parse_{boolean,integer}_from_args * parse_json_{value,object}_from_request And fixes any incorrect calls that resulted from unknown types.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10437.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10437.misc b/changelog.d/10437.misc new file mode 100644 index 0000000000..a557578499 --- /dev/null +++ b/changelog.d/10437.misc @@ -0,0 +1 @@ +Improve servlet type hints. |