Skip to content

Commit

Permalink
Merge pull request #1 from prhost/master
Browse files Browse the repository at this point in the history
Alteracao tipo do retorno Weight e Ean do Sku
  • Loading branch information
prhost authored Jul 29, 2019
2 parents d65a243 + b17b154 commit e47b712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Sku.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public function setLength(float $length): void
/**
* @return float
*/
public function getWeight(): float
public function getWeight(): string
{
return $this->weight;
}
Expand All @@ -316,7 +316,7 @@ public function setWeight(float $weight): void
/**
* @return int
*/
public function getCodeEan():? int
public function getCodeEan():? string
{
return $this->codeEan;
}
Expand Down

0 comments on commit e47b712

Please sign in to comment.