Fixes static analysis

This commit is contained in:
Italo
2022-07-27 14:47:04 -04:00
committed by GitHub
parent d18c9dcc5a
commit 397f119432
5 changed files with 5 additions and 2 deletions

View File

@@ -415,6 +415,7 @@ class ByteBuffer implements JsonSerializable, Jsonable, Stringable
*/
public static function fromBase64(string $base64): static
{
/** @var string|false $bin */
$bin = base64_decode($base64);
if (false === $bin) {