e107inc/e107

View on GitHub
e107_plugins/download/handlers/NginxSecureLinkMd5Decorator.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Argument 3 (subject) is null but \str_replace() takes array|string
Open

            $prefs['download_security_expression']

Invalid offset "download_security_link_expiry" of array type array{}
Open

        $expiry = intval($prefs['download_security_link_expiry']);

Invalid offset "download_security_expression" of array type array{}
Open

        if (strpos($prefs['download_security_expression'], '$secure_link_expires') !== false)

Argument 1 (haystack) is null but \strpos() takes string
Open

        if (strpos($prefs['download_security_expression'], '$secure_link_expires') !== false)

Invalid offset "download_security_expression" of array type array{}
Open

            $prefs['download_security_expression']

There are no issues that match your filters.

Category
Status