AJenbo/agcms

View on GitHub
application/inc/Services/FileService.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Line exceeds 120 characters; contains 129 characters
Open

                    . htmlspecialchars(json_encode($file->getPath(), JSON_THROW_ON_ERROR) ?: "''", ENT_COMPAT | ENT_XHTML) . ')';

Line exceeds 120 characters; contains 139 characters
Open

            if ($file->getWidth() <= ConfigService::getInt('thumb_width') && $file->getHeight() <= ConfigService::getInt('thumb_height')) {

There are no issues that match your filters.

Category
Status