Skip to content

PHP Deprecated: strpos(): Non-string needles will be interpreted as strings in the future. … #7

@esszett

Description

@esszett

This Warning leads to a typo I guess:

if(strpos($resizeOptions['size'], 'x' === false)) throw new WireException("size option must contain \"x\"", 1);

… this should be:
if(strpos($resizeOptions['size'], 'x') === false) throw new

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