More TIC processing fixes

This commit is contained in:
2023-09-05 21:57:34 +12:00
parent 63a9c06fb0
commit 6498e364fb
4 changed files with 24 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ abstract class FTN
{
protected ?Zone $zone; // Zone the packet is from
public function __get($key)
public function __get(string $key)
{
switch ($key) {
case 'fftn':