Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

null safe operator #4

Description

@olivernybroe

So basically add the null safe operator in.
It will allow us to chain calls without having to worry about the method not returning the desired result.

function($user) {
    $user?->getAddress()?->getZipCode();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    rfcNew proposal

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions