Skip to content

?? operator transform to ? ? how it fix? #422

@antaNTby

Description

@antaNTby
    $row["productID"] = $productID ?  ? null;

    $row["min_order_amount"] = $Product["min_order_amount"] ?  ? 1;
    $row["real_instock"]     = $Product["myInStock"]["qnt"] ?  ? 1;

    $row["productID"] = $productID ?? null;

    $row["min_order_amount"] = $Product["min_order_amount"] ?? 1;
    $row["real_instock"]     = $Product["myInStock"]["qnt"] ?? 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions