Skip to content

Commit

Permalink
Fix typo (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Sep 30, 2024
1 parent 3f573bb commit 1e5c8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/Faker.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use function PHPStan\Testing\assertType;

// Boleans
// Booleans
assertType('bool', Faker::bool());
assertType('true', Faker::true());
assertType('false', Faker::false());
Expand Down

0 comments on commit 1e5c8aa

Please sign in to comment.