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

Commit 6d7df6d

Browse files
committed
Apply fixes from StyleCI
1 parent 52bfb49 commit 6d7df6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/JsonApiCollectionTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testCollectionsHasSize()
8585
$jsonApi->hasSize(2);
8686
});
8787
}
88-
88+
8989
public function testCollectionsAtUnreachablePosition()
9090
{
9191
$this->expectException(AssertionFailedError::class);
@@ -94,7 +94,7 @@ public function testCollectionsAtUnreachablePosition()
9494
$jsonApi->at(10);
9595
});
9696
}
97-
97+
9898
public function testCollectionsToArrayReturnsArray()
9999
{
100100
$this->get('/', ['Accept' => 'application/json'])->assertJsonApi(function (Assert $jsonApi) {

0 commit comments

Comments
 (0)