We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8226e8 commit b53d3f4Copy full SHA for b53d3f4
2 files changed
Classes/Domain/Component/PropType/IsComponent.php
@@ -15,7 +15,7 @@
15
final class IsComponent
16
{
17
/**
18
- * @param \ReflectionClass<mixed> $reflectionClass
+ * @param \ReflectionClass<class-string> $reflectionClass
19
*/
20
public static function isSatisfiedByReflectionClass(\ReflectionClass $reflectionClass): bool
21
Classes/Domain/Component/Props.php
@@ -78,7 +78,7 @@ public static function fromClassName(string $className): self
78
}
79
80
81
82
* @return array<string,PropTypeInterface>
83
84
private static function extractPropsFromReflectionClass(\ReflectionClass $reflectionClass): array
0 commit comments