Skip to content

Fix spaces before/after "=>" in comments#325

Merged
mvorisek merged 2 commits intodevelopfrom
fix_comments_cs
Sep 29, 2021
Merged

Fix spaces before/after "=>" in comments#325
mvorisek merged 2 commits intodevelopfrom
fix_comments_cs

Conversation

@mvorisek
Copy link
Copy Markdown
Member

@mvorisek mvorisek commented Sep 29, 2021

created usign these regexes:

=>(?!\s)
(?<!\s)=>
( {2,})=>
=>( {2,})

CI issues are unrelated, see sebastianbergmann/phpunit#4788

@mvorisek mvorisek marked this pull request as ready for review September 29, 2021 13:16
@mvorisek mvorisek added the RTM label Sep 29, 2021
@mvorisek mvorisek merged commit 462fcf8 into develop Sep 29, 2021
@mvorisek mvorisek deleted the fix_comments_cs branch September 29, 2021 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants