We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf1b74 commit c5bd0d3Copy full SHA for c5bd0d3
1 file changed
src/Lib.php
@@ -1353,7 +1353,7 @@ public static function wrapPlainText($input, $rowLength = 50)
1353
/**
1354
* @see https://gist.github.com/gwarnants/2048791?permalink_comment_id=3438918#gistcomment-3438918
1355
*/
1356
- public function isBase64Encoded(string $s): bool
+ public static function isBase64Encoded(string $s): bool
1357
{
1358
if ((bool) preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $s) === false) {
1359
return false;
0 commit comments