This commit is contained in:
2023-10-24 17:22:32 +08:00
parent 9c2a349242
commit 9c3c1cfd82
11 changed files with 45 additions and 55 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ namespace Kiri\Abstracts;
use Exception;
use JetBrains\PhpStorm\Pure;
use Kiri;
use ReflectionException;
/**
* Class Component
@@ -49,7 +50,7 @@ class Component implements Configure
/**
* @return Kiri\Error\StdoutLogger
* @throws \ReflectionException
* @throws ReflectionException
*/
public function getLogger(): Kiri\Error\StdoutLogger
{