Skip to content

Commit

Permalink
Merge branch 'backport/patch-1' into 1.0
Browse files Browse the repository at this point in the history
Backport #13
  • Loading branch information
lcobucci committed Apr 22, 2018
2 parents 7c26b21 + 8b4ef98 commit 293b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Formatter
* @param mixed $content
* @param mixed[] $attributes
*
* @throw ContentCouldNotBeFormatted
* @throws ContentCouldNotBeFormatted
*/
public function format($content, array $attributes = []): string;
}

0 comments on commit 293b826

Please sign in to comment.