librenms/librenms

View on GitHub
LibreNMS/Enum/ImageFormat.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 35 and the first side effect is on line 30.
Open

<?php

Line indented incorrectly; expected 0 spaces, found 4
Open

    case svg = 'svg';

Line indented incorrectly; expected at least 4 spaces, found 0
Open

}

Line indented incorrectly; expected 0 spaces, found 4
Open

    case png = 'png';

There are no issues that match your filters.

Category
Status