Skip to content

Commit

Permalink
fix type compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 18, 2017
1 parent 55de306 commit 2377f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketmine/network/SourceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function close(Player $player, $reason = "unknown reason");
/**
* @param string $name
*/
public function setName($name);
public function setName(string $name);

/**
* @return bool
Expand Down

0 comments on commit 2377f04

Please sign in to comment.