eustasy/phoenix

View on GitHub
_phoenix.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 2 locations. Consider refactoring.
Open

if ( is_readable($settings['settings'].'phoenix.custom.php') ) {
include $settings['settings'].'phoenix.custom.php';
} else {
error_log('Configuration file "'.$settings['settings'].'phoenix.custom.php" not readable.'.PHP_EOL.
'Falling back to defaults.');
Severity: Major
Found in _phoenix.php and 1 other location - About 1 hr to fix
_onces/phoenix/once.test.initialize.php on lines 6..17
Category
Status