mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\permission;
|
||||
|
||||
|
||||
class PermissionAttachmentInfo{
|
||||
/** @var Permissible */
|
||||
private $permissible;
|
||||
|
@@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\permission;
|
||||
|
||||
|
||||
interface PermissionRemovedExecutor{
|
||||
|
||||
public function attachmentRemoved(PermissionAttachment $attachment) : void;
|
||||
|
@@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\permission;
|
||||
|
||||
|
||||
interface ServerOperator{
|
||||
/**
|
||||
* Checks if the current object has operator permissions
|
||||
|
Reference in New Issue
Block a user