Skip to content

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

Open
jaapjansma wants to merge 1 commit intoProject60:masterfrom
jaapjansma:issue_532
Open

fixes #532: `explode(): Argument #2 ($string) must be of type string, int given#533
jaapjansma wants to merge 1 commit intoProject60:masterfrom
jaapjansma:issue_532

Conversation

@jaapjansma
Copy link
Copy Markdown
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant