Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 0824f6d

Browse files
committed
Change variable name
1 parent cf392e7 commit 0824f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asserts/AssertRelationshipsObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function assertIsValidRelationshipObject($relationship, $strict)
4545

4646
if (isset($relationship['links'])) {
4747
$links = $relationship['links'];
48-
$withPagination = isset($relationship['data']) && static::isArrayOfObjects($data);
48+
$withPagination = isset($relationship['data']) && static::isArrayOfObjects($relationship['data']);
4949
static::assertIsValidRelationshipLinksObject($links, $withPagination, $strict);
5050
}
5151

0 commit comments

Comments
 (0)