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

null safe operator #4

Open
olivernybroe opened this issue Sep 11, 2019 · 0 comments
Open

null safe operator #4

olivernybroe opened this issue Sep 11, 2019 · 0 comments
Labels
rfc New proposal

Comments

@olivernybroe
Copy link

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();
}
@nunomaduro nunomaduro added the rfc New proposal label Sep 11, 2019
@nunomaduro nunomaduro changed the title [RFC] Null safe operator null safe operator Sep 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
rfc New proposal
Projects
None yet
Development

No branches or pull requests

2 participants