Skip to content

Commit

Permalink
Add failing test case for multiple lines between functions
Browse files Browse the repository at this point in the history
  • Loading branch information
carusogabriel committed Nov 30, 2018
1 parent 0247a0d commit 0f25227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixed/example-class.php
Expand Up @@ -51,6 +51,7 @@ public function getFoo() : ?int
return $this->foo;
}


/**
* @return iterable
*/
Expand Down
1 change: 1 addition & 0 deletions tests/input/example-class.php
Expand Up @@ -47,6 +47,7 @@ public function getFoo(): ? int
return $this->foo;
}


/**
* @return iterable
*/
Expand Down

0 comments on commit 0f25227

Please sign in to comment.