This commit is contained in:
2021-07-27 14:15:08 +08:00
parent dcb588e02d
commit 8ee27b9b14
2 changed files with 245 additions and 247 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ use Exception;
use HttpServer\IInterface\Task;
use JetBrains\PhpStorm\Pure;
use ReflectionException;
use ReflectionProperty;
use Snowflake\Abstracts\Config;
use Snowflake\Core\Json;
use Snowflake\Di\Container;
@@ -58,7 +59,7 @@ class Snowflake
$attributes = static::getDi()->getClassProperty($class::class);
/**
* @var string $property
* @var \ReflectionProperty $attribute
* @var ReflectionProperty $attribute
*/
foreach ($attributes as $property => $attribute) {