Skip to content

Commit

Permalink
phpcs optionmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
DAcodedBEAT committed May 28, 2024
1 parent c5d7e87 commit f9d0e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/OptionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@
$aInactiveClassificationIds = explode(',', SystemConfig::getValue('sInactiveClassification'));
$aInactiveClasses = array_filter($aInactiveClassificationIds, fn ($k) => is_numeric($k));

if (count($aInactiveClassificationIds) !== count($aInactiveClasses)) {
LoggerUtils::getAppLogger()->warning('Encountered invalid configuration(s) for sInactiveClassification, please fix this');
}
if (count($aInactiveClassificationIds) !== count($aInactiveClasses)) {
LoggerUtils::getAppLogger()->warning('Encountered invalid configuration(s) for sInactiveClassification, please fix this');
}

for ($row = 1; $row <= $numRows; $row++) {
?>
Expand Down

0 comments on commit f9d0e23

Please sign in to comment.