改名
This commit is contained in:
@@ -24,8 +24,8 @@ use Snowflake\Snowflake;
|
|||||||
class ErrorHandler extends Component implements ErrorInterface
|
class ErrorHandler extends Component implements ErrorInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
/** @var null|IFormatter $message */
|
/** @var ?IFormatter $message */
|
||||||
private null|IFormatter $message = NULL;
|
private ?IFormatter $message = NULL;
|
||||||
|
|
||||||
public string $category = 'app';
|
public string $category = 'app';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user