mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-15 11:23:47 +09:00
Update dependencies
This commit is contained in:
@@ -20,7 +20,7 @@ use Symfony\Component\Process\Process;
|
||||
*/
|
||||
final class ProcessSignaledException extends RuntimeException
|
||||
{
|
||||
private $process;
|
||||
private Process $process;
|
||||
|
||||
public function __construct(Process $process)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user