From c7af84a881cea6e63c3dedf0baf4ba1c01cfb1d7 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 22 Feb 2021 12:15:33 +0800 Subject: [PATCH] fixed:document-bundle new link --- phpzlc/document-bundle/1.0/Document/Config.php | 2 +- phpzlc/document-bundle/1.0/Document/DomeDocument.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpzlc/document-bundle/1.0/Document/Config.php b/phpzlc/document-bundle/1.0/Document/Config.php index 7e0875fc..22df49f3 100644 --- a/phpzlc/document-bundle/1.0/Document/Config.php +++ b/phpzlc/document-bundle/1.0/Document/Config.php @@ -28,4 +28,4 @@ class Config * @var string 附录 */ public static $appendix; -} \ No newline at end of file +} diff --git a/phpzlc/document-bundle/1.0/Document/DomeDocument.php b/phpzlc/document-bundle/1.0/Document/DomeDocument.php index 24d82a22..906ff8b8 100644 --- a/phpzlc/document-bundle/1.0/Document/DomeDocument.php +++ b/phpzlc/document-bundle/1.0/Document/DomeDocument.php @@ -15,4 +15,4 @@ class DomeDocument extends Document ->setReturn('演示接口') ->generate(); } -} \ No newline at end of file +}