File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 */
1515final class IsComponent
1616{
17- /**
18- * @param \ReflectionClass<T> $reflectionClass
19- */
17+ /** @phpstan-ignore-next-line */
2018 public static function isSatisfiedByReflectionClass (\ReflectionClass $ reflectionClass ): bool
2119 {
2220 return self ::isSatisfiedByClassName ($ reflectionClass ->getName ());
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ public static function fromClassName(string $className): self
7878 }
7979
8080 /**
81- * @param \ReflectionClass<T> $reflectionClass
8281 * @return array<string,PropTypeInterface>
8382 */
83+ /** @phpstan-ignore-next-line */
8484 private static function extractPropsFromReflectionClass (\ReflectionClass $ reflectionClass ): array
8585 {
8686 $ parentReflectionClass = $ reflectionClass ->getParentClass ();
You can’t perform that action at this time.
0 commit comments