Skip to content

Commit 3a87b28

Browse files
committed
style code fixes pt. 3
1 parent ed86610 commit 3a87b28

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
@@ -486,9 +486,9 @@ public function testMultipleSortOrder(): void
486486
* Mockup class to test stringable objects.
487487
*/
488488
class stringableObject implements Stringable {
489-
private String $string;
489+
private string $string;
490490

491-
public function __construct(String $string)
491+
public function __construct(string $string)
492492
{
493493
$this->string = $string;
494494
}

0 commit comments

Comments
 (0)