ImpressCMS/impresscms

View on GitHub
extras/plugins/preload/protector.php

Summary

Maintainability
A
0 mins
Test Coverage

Class extends undeclared class \icms_preload_Item
Open

class IcmsPreloadProtector extends icms_preload_Item
Severity: Critical
Found in extras/plugins/preload/protector.php by phan

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class IcmsPreloadProtector extends icms_preload_Item

Visibility must be declared on method "eventStartCoreBoot"
Open

    function eventStartCoreBoot() {

Opening brace should be on the same line as the declaration for class IcmsPreloadProtector
Open

{

Visibility must be declared on method "eventFinishCoreBoot"
Open

    function eventFinishCoreBoot() {

Expected 1 newline at end of file; 0 found
Open

?>

A closing tag is not permitted at the end of a PHP file
Open

?>

There are no issues that match your filters.

Category
Status