Skip to content

Commit 6cf1b74

Browse files
authored
Update Lib.php
1 parent b44ad81 commit 6cf1b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ public static function wrapPlainText($input, $rowLength = 50)
13531353
/**
13541354
* @see https://gist.github.com/gwarnants/2048791?permalink_comment_id=3438918#gistcomment-3438918
13551355
*/
1356-
private function isBase64Encoded(string $s): bool
1356+
public function isBase64Encoded(string $s): bool
13571357
{
13581358
if ((bool) preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $s) === false) {
13591359
return false;

0 commit comments

Comments
 (0)