Skip to content

Commit

Permalink
Merge pull request #2 from voku/analysis-J2r0Ak
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
voku committed May 21, 2020
2 parents 253251b + 491479b commit e10c13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Dummy3.php
Expand Up @@ -21,7 +21,8 @@ final class Dummy3 implements DummyInterface
*
* @return mixed
*/
public function lall($foo) {
public function lall($foo)
{
return $foo + 1;
}

Expand Down

0 comments on commit e10c13f

Please sign in to comment.