Skip to content

Commit

Permalink
fixed wrong output
Browse files Browse the repository at this point in the history
  • Loading branch information
adampatterson committed Feb 22, 2016
1 parent 21472da commit 3572764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Numeral.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public function format($format = null)
$output = $this->formatNumber();
}

// return ['number' => self::$number, 'format' => $this->format, 'output' => $output];
return ['format' => self::$format, 'output' => $output];
// return ['number' => self::$number, 'format' => $this->format, 'output' => $output];
// return ['format' => self::$format, 'output' => $output];

return $output;
}
Expand Down

0 comments on commit 3572764

Please sign in to comment.