Commit 9c3177f6 authored by Paragon Initiative Enterprises's avatar Paragon Initiative Enterprises
Browse files

Redundant conditions are fine.

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -191,6 +191,7 @@ abstract class Base32 implements EncoderInterface
* @param bool $strictPadding
* @return string
* @throws \TypeError
* @psalm-suppress RedundantCondition
*/
protected static function doDecode(string $src, bool $upper = false, bool $strictPadding = false): string
{
......
......@@ -121,6 +121,7 @@ abstract class Base64 implements EncoderInterface
* @return string
* @throws \RangeException
* @throws \TypeError
* @psalm-suppress RedundantCondition
*/
public static function decode(string $src, bool $strictPadding = false): string
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment