Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit e944604

Browse files
committed
Add TODO for refactoring
1 parent 28bc6fb commit e944604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/QafooLabs/Refactoring/Application/FixClassNames.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function refactor(Directory $directory)
5353

5454
$buffer = $this->editor->openBuffer($phpFile);
5555

56+
// TODO: Introduce Set datastructure with addIf($data, $condition)
5657
if ($expectedClassName->shortName() !== $currentClassName->shortName()) {
5758
$line = $class->declarationLine();
5859

0 commit comments

Comments
 (0)