Skip to content

Commit c129528

Browse files
committed
✏️ Fix extra new lines.
1 parent 20b5eea commit c129528

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Context/JsonApiContext.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ public function thePropertyIsAStringEqualing($property, $expected)
564564
public function thePropertyIsABoolean($property)
565565
{
566566
$payload = $this->getScopePayload();
567-
568567
$actual = $this->arrayGet($payload, $property);
569568
$message = sprintf("Asserting the [%s] property in current scope [%s] is a boolean", $property, $this->scope);
570569

@@ -573,7 +572,6 @@ public function thePropertyIsABoolean($property)
573572
} else {
574573
PHPUnit::assertIsBool($actual, $message);
575574
}
576-
577575
}
578576

579577
/**

0 commit comments

Comments
 (0)