Follow-up security/core#25 - Consistently change interface
authorTim Otten <totten@civicrm.org>
Mon, 14 Jan 2019 23:58:53 +0000 (15:58 -0800)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 22 Feb 2019 00:09:07 +0000 (11:09 +1100)
commit569b8347d8cfb54a24e018e4db72fd709cd9cfa1
treea4f31f0ff520248598305d27d6dcd7883e0cb753
parent2c8b42d539245a59dd7e0af240879055d902bf2e
Follow-up security/core#25 - Consistently change interface

The previous commit 4c1e702f96403bdc84b6900027d1be61ea601321 expanded the
signature of `fillWithSql()` to accept a third argument, but it wasn't
consistent about whether the third argument was optional or required.

This makes it consistently optional (default `[]`).
CRM/Core/PrevNextCache/Interface.php