Misc return typehints

This commit is contained in:
Dylan K. Taylor
2017-08-30 12:59:26 +01:00
parent 21f09d5fdb
commit 120cf56a47
4 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ class EntityDamageEvent extends EntityEvent implements Cancellable{
*
* @return bool
*/
public function isApplicable(int $type){
public function isApplicable(int $type) : bool{
return isset($this->modifiers[$type]);
}