Skip to content

Commit

Permalink
Merge pull request #5 from halilcakar/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
assada authored Jul 21, 2020
2 parents 1806c99 + 938d8f4 commit 9e162e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/achievement_chain_class.stub
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DummyClass extends AchievementChain
/*
* Returns a list of instances of Achievements
*/
public function chain()
public function chain(): array
{
return [];
}
Expand Down

0 comments on commit 9e162e3

Please sign in to comment.