Merge pull request #17 from jhfrintrop/patch-5

Fix setReplaces
This commit is contained in:
Walter Dal Mut 2017-07-18 12:05:32 +02:00 committed by GitHub
commit eb7402f531

View file

@ -119,7 +119,7 @@ class StandardFile
public function setReplaces($replaces)
{
return $this->_setProperty("Conflicts", $this->_transformList($replaces));
return $this->_setProperty("Replaces", $this->_transformList($replaces));
}
public function setProvides($provides)