Skip to content

Fix a couple incorrect annotations for optional parameters

Ghost User requested to merge (removed):fix-annotations into main

The optional annotation should be used in these cases rather than nullable: NULL can provided to ignore these output parameters, but the function is not setting the output value to NULL.

Merge request reports