Linter fix

This commit is contained in:
Matej Bačo 2023-09-30 11:57:15 +02:00
parent d9f2f1c37b
commit 515fec2858

View file

@ -205,7 +205,7 @@ class Executor
// Safety timeout. Executor has timeout, and open runtime has soft timeout.
// This one shouldn't really happen, but prevents from unexpected networking behaviours.
if($requestTimeout == null) {
if ($requestTimeout == null) {
$requestTimeout = $timeout + 15;
}