From 536319b440a347c7d7821aa981b9b290f37fd6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 12 Mar 2025 11:32:43 +0100 Subject: [PATCH] PR review changes --- src/Executor/Executor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 6e6a7bd3f4..c0596fd272 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -74,7 +74,7 @@ class Executor $route = "/runtimes"; // Remove after migration - if ($version == 'v3' || $version === 'v4') { + if ($version === 'v3' || $version === 'v4') { $version = 'v5'; } @@ -201,7 +201,7 @@ class Executor $route = '/runtimes/' . $runtimeId . '/executions'; // Remove after migration - if ($version == 'v3' || $version === 'v4') { + if ($version === 'v3' || $version === 'v4') { $version = 'v5'; }