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
Change file ref.php on line 2019: $type = $parameter->getType(); to $type = $parameter->getName();
And line 2057 $type = $method->getReturnType(); to $type = $method->getName();
Deprecated: Function ReflectionType::__toString() is deprecated in \vendor\digitalnature\php-ref\ref.phpon line 2060
The text was updated successfully, but these errors were encountered: