@@ -15,6 +15,6 @@ |
||
| 15 | 15 | |
| 16 | 16 | public function __debugInfo():array |
| 17 | 17 | { |
| 18 | - return ['type' => Y::getName($this->type) , "dllist" => $this->dllist]; |
|
| 18 | + return ['type' => Y::getName($this->type), "dllist" => $this->dllist]; |
|
| 19 | 19 | } |
| 20 | 20 | } |