Skip to content

Header kid resolved in null #380

Closed
@tomerBZ

Description

@tomerBZ

empty($header->kid) ? null : $header->kid

Hi guys,

If keys with $header->kid = "0"/0 this will be resolved as null duo to PHP nature:

echo empty("0") // 1
echo empty(0) // 1

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