Skip to content
Snippets Groups Projects
Select Git revision
  • 5.4
  • 4.4
  • 6.1 default protected
  • 6.0
  • 5.3
  • 3.4
  • 5.2
  • 5.1
  • 5.0
  • 4.3
  • 4.2
  • 2.8
  • 4.1
  • 2.7
  • 4.0
  • 3.3
  • 3.2
  • 3.1
  • 3.0
  • 2.3
  • v6.0.6
  • v5.4.6
  • v4.4.39
  • v5.3.16
  • v6.0.5
  • v5.4.5
  • v4.4.38
  • v6.0.4
  • v5.4.4
  • v5.3.15
  • v6.0.3
  • v5.4.3
  • v5.3.14
  • v4.4.37
  • v6.0.2
  • v5.4.2
  • v5.3.13
  • v4.4.36
  • v6.0.1
  • v5.4.1
40 results

symfony

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nicolas Grekas authored
    This PR was squashed before being merged into the 2.7 branch (closes #22232).
    
    Discussion
    ----------
    
    CS: Remove invisible chars
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | n/a
    | Fixed tickets | n/a
    | License       | MIT
    | Doc PR        | n/a
    
    I found out that we have 2 non-visible in regular IDE chars in codebase.
    One is just inside a comment, it could be safely removed.
    But second is inside a real code, I have replaced it with `pack`, so one won't accidentally replace non-breaking space with regular space.
    
    Commits
    -------
    
    0f623f42 CS: Remove invisible chars
    d518e42e
    History
    Name Last commit Last update