Skip to content

Commit

Permalink
Remove always true/false occurrences
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Oct 23, 2024
1 parent 3fec76a commit f1faf9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/Command/XliffLintCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ private function createCommand($requireStrictFileNames = true, $application = nu

$command = $application->find('lint:xliff');

if ($application) {
$command->setApplication($application);
}
$command->setApplication($application);

return $command;
}
Expand Down

0 comments on commit f1faf9a

Please sign in to comment.