Skip to content

Warning: array_sum(): Addition is not supported on type array  #20

Open
@kekstlt

Description

@kekstlt

Problem with migration to PHP8.3

In RowEvent.php line 728:
                                                                 
  [ErrorException]                                               
  Warning: array_sum(): Addition is not supported on type array 

$dateLastErrors in this case is

array (
  'warning_count' => 1,
  'warnings' => 
  array (
    12 => 'The parsed date was invalid',
  ),
  'error_count' => 0,
  'errors' => 
  array (
  ),
)

So arrays now cant be summed with arrays

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions