From 0a064a5827cf42e2a9d1c439d0dbb0f893523194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 18:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/ObjectPool.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/System/Pool/ObjectPool.php b/System/Pool/ObjectPool.php index 51a4b299..d1c73060 100644 --- a/System/Pool/ObjectPool.php +++ b/System/Pool/ObjectPool.php @@ -53,6 +53,14 @@ class ObjectPool extends \Snowflake\Abstracts\Pool } + /** + * @param string $name + */ + public function desc(string $name) + { + + } + /** * @param string $name * @param $object