Skip to content

Commit

Permalink
style code fixes pt. 3
Browse files Browse the repository at this point in the history
  • Loading branch information
apeisa committed Jul 16, 2022
1 parent ed86610 commit 3a87b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ public function testMultipleSortOrder(): void
* Mockup class to test stringable objects.
*/
class stringableObject implements Stringable {
private String $string;
private string $string;

public function __construct(String $string)
public function __construct(string $string)
{
$this->string = $string;
}
Expand Down

0 comments on commit 3a87b28

Please sign in to comment.