Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 4, 2019
1 parent 62e7f7d commit df1d50d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Debug/Tests/Fixtures/FinalClasses.php
Expand Up @@ -30,6 +30,7 @@ class FinalClass3

/**
* @final
*
* @author John Doe
*/
class FinalClass4
Expand Down Expand Up @@ -76,6 +77,7 @@ class FinalClass7
/**
* @author John Doe
* @final
*
* @return string
*/
class FinalClass8
Expand Down

4 comments on commit df1d50d

@fancyweb
Copy link
Contributor

Choose a reason for hiding this comment

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

@fabpot Those cases were on purpose.

@nicolas-grekas
Copy link
Member

Choose a reason for hiding this comment

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

can you send a PR?

@fancyweb
Copy link
Contributor

Choose a reason for hiding this comment

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

Will do, tomorrow first hour.

@xabbuh
Copy link
Member

@xabbuh xabbuh commented on df1d50d Mar 4, 2019

Choose a reason for hiding this comment

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

Are blank lines actually allowed in multi-line annotation comments?

Please sign in to comment.