Skip to content

Commit

Permalink
Update docblock. 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Mar 24, 2016
1 parent 5692701 commit d1f26a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base64.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static function encode($src)
* Base64 character set "./[A-Z][a-z][0-9]"
*
* @param string $src
* @return string
* @return string|bool
* @throws \RangeException
*/
public static function decode($src)
Expand Down

0 comments on commit d1f26a6

Please sign in to comment.