Skip to content

Fixed more wrong white spaces #11483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Conversation

javiereguiluz
Copy link
Member

This continues the work made by @OskarStark in #11480. I looked for more occurrences of the "strange white space" ... and there were a lot of them.

Oskar, in case you can create a validation rule about this, I opened the file using an hexadecimal editor and saw that:

@javiereguiluz javiereguiluz added this to the 3.4 milestone Apr 24, 2019
@OskarStark
Copy link
Contributor

Nice catch Javier, ofc will work on a validation rule tomorrow 👍🏻

@javiereguiluz javiereguiluz merged commit e0b3cbb into symfony:3.4 Apr 25, 2019
javiereguiluz added a commit that referenced this pull request Apr 25, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

Fixed more wrong white spaces

This continues the work made by @OskarStark in #11480. I looked for more occurrences of the "strange white space" ... and there were a lot of them.

Oskar, in case you can create a validation rule about this, I opened the file using an hexadecimal editor and saw that:

* "normal white space" = `0x20`
* "weird white space" = `0xA0` (see http://www.fileformat.info/info/unicode/char/00a0/index.htm)

Commits
-------

e0b3cbb Fixed more wrong white spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants