Use Docker for testing documentation #248
Annotations
8 warnings
PHP 8.4 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 lowest dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 beta/RC dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.3 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.4 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 stable dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.2 stable dependencies:
src/AntiSpamBundle.php#L76
Escaped Mutant for Mutator "Foreach_":
@@ @@
foreach (array_keys(self::CONFIG_KEY_TO_VALIDATOR_MAPPING) as $key) {
if (array_key_exists($key, $profile)) {
$newConfig = [];
- foreach ($profile[$key] as $param => $value) {
+ foreach ([] as $param => $value) {
$newConfig[lcfirst(str_replace(' ', '', ucwords(str_replace('_', ' ', $param))))] = $value;
}
$profile[$key] = $newConfig;
|