mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 08:05:34 +08:00
add cs fixer and PHPStan and activate it (build 436)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: jerry
|
||||
@@ -11,7 +13,10 @@ namespace ZM\Store;
|
||||
class ZMBuf
|
||||
{
|
||||
public static $events = [];
|
||||
|
||||
public static $instance = [];
|
||||
|
||||
public static $context_class = [];
|
||||
public static $terminal = null;
|
||||
|
||||
public static $terminal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user