Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed Mar 24, 2023
1 parent 6e2b93e commit 8af1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PayloadExpectation.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function expectPropertyMissing(string $name): self

Assert::assertEmpty(array_filter(
$properties,
fn(Property $property) => ! empty($property->getValue())
fn (Property $property) => ! empty($property->getValue())
));

return $this;
Expand Down

0 comments on commit 8af1ebe

Please sign in to comment.