Fix incorrect type hint #660
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/
|