Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerkus committed Jun 21, 2015
1 parent f159f85 commit ba08f48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Uom.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public function __construct(
$name,
$description = '',
$symbol = '',
$conversionFactor = '',
$quantity = ''
$conversionFactor = ''
) {
if (empty($commonCode) || empty($name)) {
throw new InvalidArgumentException('UoM requires common code and name');
Expand Down

0 comments on commit ba08f48

Please sign in to comment.