eustasy/phoenix

View on GitHub
_onces/phoenix/once.test.initialize.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(__DIR__.'/../../_settings/phoenix.custom.php') ) {
require_once __DIR__.'/../../_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 _onces/phoenix/once.test.initialize.php and 1 other location - About 1 hr to fix
_phoenix.php on lines 31..42

There are no issues that match your filters.

Category
Status