From 12e7459ad22237d010566a5f0888ec9006f3e379 Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 21 Aug 2023 00:19:32 +0300 Subject: [PATCH] update models folder link --- models/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {