Update file #1357
Annotations
2 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run infection.:
src/Service/Generate/ForeignKeyFactory.php#L42
Escaped Mutant for Mutator "MatchArmRemoval":
--- Original
+++ New
@@ @@
if ($tablePrimaryKeys !== null) {
$primaryKeys = (array) $tablePrimaryKeys->getColumnNames();
match (count($primaryKeys)) {
- 1 => $relatedColumn = (string) $primaryKeys[0],
default => $this->io?->writeln("<fg=yellow> Related table for field \"{$column}\" exists, but primary key is composite. Default name \"id\" will be used for related field</>\n"),
};
} else {
|
The logs for this run have expired and are no longer available.
Loading