You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = []) {
The text was updated successfully, but these errors were encountered:
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 = []) {
The text was updated successfully, but these errors were encountered: