Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Redundant 'isset' should be omitted in resolvers #687

@TomashKhamlai

Description

@TomashKhamlai

Acceptance Criteria

Eliminate redundant !isset in CustomerGraphQl and QuoteGraphQl resolvers.

if (!isset($args['arg']) || empty($args['arg']))

Use empty($args['arg']) instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions