diff --git a/models/Context.php b/models/Context.php index c0490807..11df5852 100644 --- a/models/Context.php +++ b/models/Context.php @@ -274,7 +274,7 @@ protected function updateSubInterfaceInheritance($interface) /** * Inherit docsblocks using `@inheritDoc` tag. * @param ClassDoc $class - * @see http://phpdoc.org/docs/latest/guides/inheritance.html + * @see https://docs.phpdoc.org/3.0/guide/guides/inheritance.html */ protected function inheritDocs($class) {