Skip to content

Commit 0c8de83

Browse files
authored
Fix typo
1 parent 3f573bb commit 0c8de83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/Faker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use function PHPStan\Testing\assertType;
88

9-
// Boleans
9+
// Booleans
1010
assertType('bool', Faker::bool());
1111
assertType('true', Faker::true());
1212
assertType('false', Faker::false());

0 commit comments

Comments
 (0)