You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 7.2:
[VarExporter] Fix support for hooks and asymmetric visibility
[TypeInfo] Fix promoted property with `@var` tag
fix(process): use a pipe for stderr in pty mode to avoid mixed output between stdout and stderr
[Cache] fix data collector
Copy file name to clipboardExpand all lines: TypeResolver/PhpDocAwareReflectionTypeResolver.php
+25-23Lines changed: 25 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -64,36 +64,38 @@ public function resolve(mixed $subject, ?TypeContext $typeContext = null): Type
64
64
thrownewUnsupportedException(\sprintf('Expected subject to be a "ReflectionProperty", a "ReflectionParameter" or a "ReflectionFunctionAbstract", "%s" given.', get_debug_type($subject)), $subject);
0 commit comments