Skip to content

Commit a7a3825

Browse files
committed
chore: remove unused condition
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent dfa8356 commit a7a3825

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/Migration/Version17002Date20260221000000.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ private function repairCaPkiStructure(IOutput $output): void {
9999
// Phase 2: Determine correct destination based on ca_id or create new one
100100
$targetInfo = $this->determineTargetLocation($sourceInfo, $engineName, $rootPath);
101101

102-
if (!$targetInfo) {
103-
$output->warning('Could not determine target location for CA files');
104-
return;
105-
}
106-
107102
$output->info('Will move CA files to: ' . $targetInfo['path']);
108103

109104
// Phase 3: Move files to correct location

0 commit comments

Comments
 (0)