Unverified Commit 80e75f34 authored by P.I.E. Security Team's avatar P.I.E. Security Team Committed by GitHub
Browse files

Merge pull request #47 from TimWolla/psalm-suppression

Remove obsolete psalm suppressions
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -240,7 +240,6 @@ abstract class Base32 implements EncoderInterface
* @return string
*
* @throws TypeError
* @psalm-suppress RedundantCondition
*/
protected static function doDecode(
#[\SensitiveParameter]
......
......@@ -136,7 +136,6 @@ abstract class Base64 implements EncoderInterface
*
* @throws RangeException
* @throws TypeError
* @psalm-suppress RedundantCondition
*/
public static function decode(
#[\SensitiveParameter]
......
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