Skip to content

Commit

Permalink
Fix @throws annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
carusogabriel authored and lcobucci committed Apr 22, 2018
1 parent 7c26b21 commit 8b4ef98
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 8b4ef98

Please sign in to comment.