Skip to content

Commit

Permalink
Added return type to Horde and Alliance
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 11, 2018
1 parent 5a1099b commit 65ce332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Alliance.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Alliance
{
public static function headers()
public static function headers(): array
{
return [
'X-Stormwind-Guard' => 'King\'s honor friend',
Expand Down
2 changes: 1 addition & 1 deletion src/Horde.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Horde
{
public static function headers()
public static function headers(): array
{
return [
'X-Horde' => 'For the Horde!',
Expand Down

0 comments on commit 65ce332

Please sign in to comment.