Skip to content

Update Strings/RemoveDuplicatedCharacters.php#180

Open
khouloudhaddad wants to merge 9 commits into
TheAlgorithms:masterfrom
khouloudhaddad:khouloudHaddad
Open

Update Strings/RemoveDuplicatedCharacters.php#180
khouloudhaddad wants to merge 9 commits into
TheAlgorithms:masterfrom
khouloudhaddad:khouloudHaddad

Conversation

@khouloudhaddad

Copy link
Copy Markdown

No description provided.

@khouloudhaddad khouloudhaddad changed the title Khouloud haddad Update Strings/RemoveDuplicatedCharacters.php Dec 18, 2024

@darwinz darwinz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add this to the Directory.

@khouloudhaddad

Copy link
Copy Markdown
Author

Done Adding RemoveDuplicateCharacters to the Directory.

@darwinz darwinz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Comment thread tests/Strings/RemoveDuplicateCharactersTest.php Outdated
Comment on lines +33 to +34
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter wants you to remove the extra new line at the end of this file.

@khouloudhaddad

Copy link
Copy Markdown
Author

Fix done

{
$this->assertSame('aAbB', removeDuplicateCharacters('aAaAaAbBbB'));
}
} No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file needs 1 empty new line at the end of the file. The other file needs just 1 but has two. 👍🏻

@darwinz

darwinz commented Jul 7, 2025

Copy link
Copy Markdown
Contributor

@khouloudhaddad I can't merge this until we get the linter to pass. Can you make the change I mentioned here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants