Skip to content

Commit

Permalink
Merge pull request #13 from carusogabriel/patch-1
Browse files Browse the repository at this point in the history
Fix @throws annotation
  • Loading branch information
lcobucci authored Apr 22, 2018
2 parents 3ac7990 + 3a6eca0 commit ec5ed9f
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 ec5ed9f

Please sign in to comment.