We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96344ce commit b8be991Copy full SHA for b8be991
README.md
@@ -41,7 +41,7 @@ $type->isIdentifiedBy(Foo::class, Bar::class);
41
$type->isIdentifiedBy(TypeIdentifier::OBJECT);
42
$type->isIdentifiedBy('float');
43
44
-// You can also check that a type satifies specific conditions
+// You can also check that a type satisfies specific conditions
45
$type->isSatisfiedBy(fn (Type $type): bool => !$type->isNullable() && $type->isIdentifiedBy(TypeIdentifier::INT));
46
```
47
0 commit comments