Skip to content

explode(): Argument #2 ($string) must be of type string, int given #532

@jaapjansma

Description

@jaapjansma

We have a matcher plugin with the following configuration:

{
  ...
  "required_values": [
    "btx.financial_type_id",
    "btx.campaign_id",
    "ogm_is_valid:not_in_constant:1"
  ],
...

When we try to analyse a transaction we get an error explode(): Argument #2 ($string) must be of type string, int given in org.project60.banking/CRM/Banking/PluginModel/BtxBase.php:62

Whlist we expect that analyzing to finish.

This error is on php version 8.3. The fix is quite straight foward and easy to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions