- Fixed some mistyped variables

This commit is contained in:
Dave Mc Nicoll 2026-06-17 21:00:58 +00:00
parent bc8d831b6c
commit af0e9f291d

View File

@ -23,7 +23,7 @@ abstract class Handler {
public abstract function handleException(\Throwable $ex) : array;
public function __construct(SoftwareConfig $config, ? DataInterface $dataManipulator = null, ? Closure $callback = null, Transport\TransportInterface $transport = null)
public function __construct(SoftwareConfig $config, ? DataInterface $dataManipulator = null, ? Closure $callback = null, ? Transport\TransportInterface $transport = null)
{
$this->config = $config;