The expression return $this->foreignKey[self::LOCAL_COLUMNS] could return the type string which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
Loading history...
43
}
44
45
/**
46
* @return array<string>
47
*/
48
public function getUnquotedForeignColumns(): array
The expression return $this->foreignKey[self::FOREIGN_COLUMNS] could return the type string which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
The expression return $this->foreignKey[self::FOREIGN_TABLE] could return the type string[] which is incompatible with the type-hinted return string. Consider adding an additional type-check to rule them out.