Update PHPStan #283
Annotations
1 error and 18 warnings
PHP 8.3 on ubuntu-latest Composer v2 (highest)
Process completed with exit code 1.
|
PHP 7.4 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.4 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.0 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.3 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.1 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.2 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.1 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 on ubuntu-latest Composer v2 (highest):
src/Formatter/JsonFormatter.php#L39
Escaped Mutant for Mutator "CastString":
@@ @@
*/
private function format(array $data)
{
- $this->output->writeln((string) json_encode($data, 128));
+ $this->output->writeln(json_encode($data, 128));
// JSON_PRETTY_PRINT
}
/**
|
PHP 8.3 on ubuntu-latest Composer v2 (highest):
src/PackageDiff.php#L124
Escaped Mutant for Mutator "CastString":
@@ @@
$path = self::LOCKFILE;
}
if (filter_var($path, FILTER_VALIDATE_URL, FILTER_FLAG_PATH_REQUIRED) || file_exists($path)) {
- return (string) file_get_contents($path);
+ return file_get_contents($path);
}
if (false === strpos($originalPath, ':')) {
$path .= ':' . self::LOCKFILE;
|
PHP 5.3 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 5.4 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 5.6 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 5.5 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.0 on ubuntu-latest Composer v1 (lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.0 on ubuntu-latest Composer v2 (highest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 5.3 on ubuntu-latest Composer v1 (lowest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|