Skip to content

Fix up ?type to type|null in docblocks #16

@dereuromark

Description

@dereuromark

Currently, some (bad) IDEs seem to create invalid docblocks

* @param ?\Cake\Chronos\ChronosDate $cutOffDate

instead of

* @param \Cake\Chronos\ChronosDate|null $cutOffDate

This should be normalized in the sniffs prior to the null check.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions