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'; }