Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Jul 18, 2017
1 parent 95bb870 commit 8ba7a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoneySpeller.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ abstract class MoneySpeller implements Currency
const CLARIFICATION_FORMAT = 'clarification';
const DUPLICATION_FORMAT = 'duplication';

public static function spell($value, $currency, $format = self::NORMAL_FORMAT) {}
public static function spell($value, $currency, $format = self::NORMAL_FORMAT) {}
}

0 comments on commit 8ba7a5b

Please sign in to comment.