Skip to content

Commit 496f8a0

Browse files
committed
style code fixes
1 parent f6c9678 commit 496f8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/QueryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function testOrder(): void
241241

242242
public function testStringableOrder(): void
243243
{
244-
$age = new stringableObject("age");
244+
$age = new stringableObject('age');
245245

246246
$user = User::whereNotNull('age')->orderBy($age, 'asc')->first();
247247
$this->assertEquals(13, $user->age);
@@ -483,7 +483,7 @@ public function testMultipleSortOrder(): void
483483
}
484484

485485
/**
486-
* Mockup class to test stringable objects
486+
* Mockup class to test stringable objects.
487487
*/
488488
class stringableObject implements Stringable {
489489

0 commit comments

Comments
 (0)