Merge branch 'php/7.0' into mcpe-1.2

This commit is contained in:
Dylan K. Taylor
2017-09-01 23:10:58 +01:00
54 changed files with 462 additions and 382 deletions

View File

@ -549,7 +549,7 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
* @param int $flagId
* @return bool
*/
public function getPlayerFlag(int $flagId){
public function getPlayerFlag(int $flagId) : bool{
return $this->getDataFlag(self::DATA_PLAYER_FLAGS, $flagId);
}