Skip to content

prefer `DataHandle::setKey` over `DataHandle::updateKey`

Gerhard Raven requested to merge fix-fixtespath into master

both DataHandle::setKey and DataHandle::updateKey do the exact same thing, so standardize on one of them (so that the other can be removed subsequently)

Merge request reports