Skip to content

Wrong doctype return values #246

Description

@samuelwei

Inside the php doctypes the return type of some getter is string or int only, however the value is initialized with null

Example

CreateMeetingParameters

...
 * @method string    getWelcome()
 * @method $this     setWelcome(string $welcome)
...
 * @method int       getDuration()
 * @method $this     setDuration(int $duration)
...
    protected ?string $welcome = null;
...
    protected ?int $duration = null;
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions