Skip to content

Conversation

khouloudhaddad
Copy link

No description provided.

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

@darwinz darwinz left a comment

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
Author

Done Adding RemoveDuplicateCharacters to the Directory.

Copy link
Contributor

@darwinz darwinz left a comment

Choose a reason for hiding this comment

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

Thank you!

Comment on lines +33 to +34
}

Copy link
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
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
Author

Fix done

{
$this->assertSame('aAbB', removeDuplicateCharacters('aAaAaAbBbB'));
}
} No newline at end of file
Copy link
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
Copy link
Contributor

darwinz commented Jul 7, 2025

@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