Skip to content

Commit

Permalink
Merge pull request #47 from TimWolla/psalm-suppression
Browse files Browse the repository at this point in the history
Remove obsolete psalm suppressions
  • Loading branch information
paragonie-security authored Jun 17, 2022
2 parents 66a07f0 + fdf29eb commit 80e75f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Base32.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ public static function decodeNoPadding(
* @return string
*
* @throws TypeError
* @psalm-suppress RedundantCondition
*/
protected static function doDecode(
#[\SensitiveParameter]
Expand Down
1 change: 0 additions & 1 deletion src/Base64.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ protected static function doEncode(
*
* @throws RangeException
* @throws TypeError
* @psalm-suppress RedundantCondition
*/
public static function decode(
#[\SensitiveParameter]
Expand Down

0 comments on commit 80e75f3

Please sign in to comment.