diff --git a/qit b/qit index 4af3e233..42a9bb09 100755 Binary files a/qit and b/qit differ diff --git a/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php b/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php index d4b41462..485c2af5 100644 --- a/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php +++ b/src/src/LocalTests/E2E/Runner/PlaywrightRunner.php @@ -219,6 +219,7 @@ public function run_test( E2EEnvInfo $env_info, array $test_infos, TestResult $t } /** + * // phpcs:disable * @param array $test_infos + * // phpcs:enable * - * @return array + * @return array> */ protected function make_projects( array $test_infos ): array { $projects = [];