Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
Martin Smeeckaert committed Oct 30, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dac446b commit 91d1079
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Coduo/PHPHumanizer/String/Truncate.php
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@

interface Truncate {
public function truncate();
}
}
2 changes: 1 addition & 1 deletion src/Coduo/PHPHumanizer/String/WordBreakpoint.php
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ public function len($text, $charactersCount)
}
return $length;
}
}
}

0 comments on commit 91d1079

Please sign in to comment.