File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22
33/*
4+ * This file is part of BedrockProtocol.
5+ * Copyright (C) 2014-2022 PocketMine Team <https://github.com/pmmp/BedrockProtocol>
46 *
5- * ____ _ _ __ __ _ __ __ ____
6- * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
7- * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
8- * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
9- * |_| \___/ \___|_|\_\___|\__|_| |_|_|_| |_|\___| |_| |_|_|
10- *
11- * This program is free software: you can redistribute it and/or modify
7+ * BedrockProtocol is free software: you can redistribute it and/or modify
128 * it under the terms of the GNU Lesser General Public License as published by
139 * the Free Software Foundation, either version 3 of the License, or
1410 * (at your option) any later version.
15- *
16- * @author PocketMine Team
17- * @link http://www.pocketmine.net/
18- *
19- *
2011 */
2112
2213declare (strict_types=1 );
@@ -55,4 +46,4 @@ final class SelfSignedJwtBody extends JwtBodyRfc7519{
5546
5647 public string $ xid ;
5748
58- }
49+ }
You can’t perform that action at this time.
0 commit comments