qa/workflow-improvements #191
Annotations
6 warnings
PHP 8.1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.1:
src/Config/Config.php#L48
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
)
{
$cacheDir = sprintf('%s%s', $cacheDir, self::CACHE_DIR);
- Assert::stringNotEmpty($cacheDir);
+
$this->cacheDir = $cacheDir;
$this->customHandlers = $customHandlers;
}
|
PHP 8.3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3:
src/Config/Config.php#L48
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
)
{
$cacheDir = sprintf('%s%s', $cacheDir, self::CACHE_DIR);
- Assert::stringNotEmpty($cacheDir);
+
$this->cacheDir = $cacheDir;
$this->customHandlers = $customHandlers;
}
|
PHP 8.2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2:
src/Config/Config.php#L48
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
)
{
$cacheDir = sprintf('%s%s', $cacheDir, self::CACHE_DIR);
- Assert::stringNotEmpty($cacheDir);
+
$this->cacheDir = $cacheDir;
$this->customHandlers = $customHandlers;
}
|