On Tue, Mar 8, 2016 at 9:59 AM, Midori Kocak <mtkocak@gmail.com> wrote:
>
> $this->request->data['comments']['user_id'] = $this->request->data['comments']['user_id'] ?? ‘value’;
> $this->request->data['comments']['user_id’] ??= ‘value’;
>
RFC it so there's a proper vote process, but you've got mine (pending
a proper look at the PR). Honestly feels like it was an oversight
when the coalesce operator was added.
-Sara