summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Base64.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Base64.php b/src/Base64.php
index c29c080..b263d75 100644
--- a/src/Base64.php
+++ b/src/Base64.php
@@ -84,7 +84,7 @@ abstract class Base64 implements EncoderInterface
*
* @param string $src
* @param bool $strictPadding
- * @return string|bool
+ * @return string
* @throws \RangeException
*/
public static function decode(string $src, bool $strictPadding = false): string