We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f573bb commit 0c8de83Copy full SHA for 0c8de83
tests/data/Faker.php
@@ -6,7 +6,7 @@
6
7
use function PHPStan\Testing\assertType;
8
9
-// Boleans
+// Booleans
10
assertType('bool', Faker::bool());
11
assertType('true', Faker::true());
12
assertType('false', Faker::false());
0 commit comments