Skip to content

Commit

Permalink
TE-8989: Added missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
demkos authored Apr 27, 2021
1 parent 4e3e3d5 commit ea905d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ protected function getValue(ColumnMap $columnMap, TableMap $tableMap, $value)
/**
* @return bool
*/
protected function requiresPrimaryKeyValue()
protected function requiresPrimaryKeyValue(): bool
{
return ($this->getAdapter() instanceof PgsqlAdapter);
}
Expand Down

0 comments on commit ea905d9

Please sign in to comment.