Skip to content

Commit

Permalink
refactor: Remove obsolete TODOs (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 11, 2023
1 parent 3aaca35 commit c0fe4a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Console/Command/Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use Webmozart\Assert\Assert;
use function array_map;
use function count;
// TODO: migrate to Safe API
use function explode;
use function implode;
use function is_string;
Expand All @@ -44,7 +43,6 @@ final class Diff implements Command
private const FIRST_PHAR_ARG = 'pharA';
private const SECOND_PHAR_ARG = 'pharB';

// TODO: replace by DiffMode::X->value once bumping to PHP 8.2 as the min version.
private const LIST_FILES_DIFF_OPTION = 'list-diff';
private const GIT_DIFF_OPTION = 'git-diff';
private const GNU_DIFF_OPTION = 'gnu-diff';
Expand Down

0 comments on commit c0fe4a6

Please sign in to comment.