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