Skip to content

Fix incorrect type hint #659

Fix incorrect type hint

Fix incorrect type hint #659

Triggered via pull request May 5, 2025 21:38
Status Success
Total duration 41s
Artifacts

mutation-tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Mutation tests with PHP 8.2: src/Components/Key.php#L81
Escaped Mutant for Mutator "Assignment": --- Original +++ New @@ @@ foreach ($this->columns as $column) { $tmp = ''; if (isset($column['name'])) { - $tmp .= Context::escape($column['name']); + $tmp = Context::escape($column['name']); } if (isset($column['length'])) { $tmp .= '(' . $column['length'] . ')';
Mutation tests with PHP 8.2
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/