with Civibanking 1.0-alpha2 there is a PHP Fatal error on /civicrm/banking/import: Declaration of CRM_Banking_PluginImpl_Importer_CODA::getValue($key, $btx, $line = null, $header = []) must be compatible with CRM_Banking_PluginImpl_Importer_CSV::getValue($key, $btx, $line = null, $header = [], $params = []) in org.project60.coda/CRM/Banking/PluginImpl/Importer/CODA.php on line 207
I suppose the function should have $params:
protected function getValue($key, $btx, $line = NULL, $header = array(), $params = []) {
with Civibanking 1.0-alpha2 there is a PHP Fatal error on /civicrm/banking/import: Declaration of CRM_Banking_PluginImpl_Importer_CODA::getValue($key, $btx, $line = null, $header = []) must be compatible with CRM_Banking_PluginImpl_Importer_CSV::getValue($key, $btx, $line = null, $header = [], $params = []) in org.project60.coda/CRM/Banking/PluginImpl/Importer/CODA.php on line 207
I suppose the function should have $params:
protected function getValue($key, $btx, $line = NULL, $header = array(), $params = []) {