Skip to content

Commit

Permalink
Merge pull request #11 from sangnguyenplus/patch-2
Browse files Browse the repository at this point in the history
Fix return type
  • Loading branch information
ConsoleTVs authored Oct 14, 2019
2 parents 8c38323 + 4682656 commit 167af9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Builder
* @param string $type
* @param string $library
*
* @return Chart
* @return \ConsoleTVs\Profanity\Classes\Blocker
*/
public static function blocker($text, $blocker = '****')
{
Expand Down

0 comments on commit 167af9c

Please sign in to comment.