Fix phpstan error

main
Jordi Boggiano 4 years ago
parent 90bd351b8b
commit 816d8e9d1b
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -375,7 +375,7 @@ EOT
$fs = new Filesystem();
$fs->removeDirectory($realDir);
exit(130);
});
}, true);
}
}

@ -218,7 +218,7 @@ class InstallationManager
exit(130);
};
sapi_windows_set_ctrl_handler($windowsHandler);
sapi_windows_set_ctrl_handler($windowsHandler, true);
}
try {

Loading…
Cancel
Save