Skip to content

Commit

Permalink
fix: useless filter callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Sep 23, 2021
1 parent 6264d08 commit 91a39c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Model/LineItem/LineItemSubmissionReview.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,7 @@ public function jsonSerialize(): array
'label' => $this->label,
'url' => $this->url,
'custom' => $this->customProperties,
],
static function ($value): bool {
return !empty($value);
}
]
);
}
}

0 comments on commit 91a39c2

Please sign in to comment.