phpsess/sodium-encryption

View on GitHub
src/SodiumEncryption.php

Summary

Maintainability
A
1 hr
Test Coverage

Method parseEncryptedData has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function parseEncryptedData(string $data): stdClass
    {
        $data = json_decode($data);

        if (json_last_error() !== JSON_ERROR_NONE) {
Severity: Minor
Found in src/SodiumEncryption.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status