piotrpolak/pepiscms

View on GitHub
pepiscms/modules/symfony2_bridge/controllers/Symfony2_bridgeAdmin.php

Summary

Maintainability
A
1 hr
Test Coverage

Method logs has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function logs()
    {
        $logFile = $this->symfony2_bridge->getKernel()->getLogDir() . '/';
        if (!$logFile) {
            show_error(sprintf($this->lang->line('symfony2_bridge_log_file_does_not_exist'), $logFile));

    There are no issues that match your filters.

    Category
    Status