Skip to content

view_cell optional variables array_key_exists null fix. #317

Description

@byazrail

Hi everyone,

array_key_exists() expects parameter 2 to be array, null given errors in fixed.
$cell_data = [];
if($test_data !== NULL) { // optional cell datas
$cell_data[‘test’] = $test_data;
}
view_cell(‘test’, $cell_data);

Fix commit : byazrail@6816f12

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions