Skip to content

Commit

Permalink
Merge pull request neos#1890 from neos/analysis-1bbDR1
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
albe committed Dec 21, 2019
2 parents cd10598 + 08b95f9 commit f73b576
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -16,5 +16,7 @@
*/
class ClassWithAliasDependency
{
public function injectDependency(AliasedClass $class) {}
public function injectDependency(AliasedClass $class)
{
}
}

0 comments on commit f73b576

Please sign in to comment.