mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Add EOF newlines where missing (bulk) (#1836)
This should solve issues with people making GitHub PRs and having the web editor messing things up. GitHub Web Editor sucks :(
This commit is contained in:
@ -145,4 +145,4 @@ class BanEntry{
|
||||
return $entry;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -169,4 +169,4 @@ class BanList{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -72,4 +72,4 @@ interface Permissible extends ServerOperator{
|
||||
*/
|
||||
public function getEffectivePermissions() : array;
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -256,4 +256,4 @@ class Permission{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -149,4 +149,4 @@ class PermissionAttachment{
|
||||
public function remove(){
|
||||
$this->permissible->removeAttachment($this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ class PermissionAttachmentInfo{
|
||||
public function getValue() : bool{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +32,4 @@ interface PermissionRemovedExecutor{
|
||||
* @return void
|
||||
*/
|
||||
public function attachmentRemoved(PermissionAttachment $attachment);
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ interface ServerOperator{
|
||||
* @param bool $value
|
||||
*/
|
||||
public function setOp(bool $value);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user